#59 srcref gives 'No project specified' error [Kot...
# dokka
u
#59 srcref gives 'No project specified' error [Kotlin/dokka] Issue created by rnikander Should this work?
Copy code
<path id="doc.source.path">
    <pathelement location="A/src"/>
    <pathelement location="B/src"/>
</path>

<target name="document">
    <dokka srcref="doc.source.path" outputdir="out/doc" modulename="MyApp"/>
</target>
I get error:
Copy code
BUILD FAILED
/Users/.../build.xml:11: No Project specified