How can I use Dokka with a Multiplatform project w...
# dokka
j
How can I use Dokka with a Multiplatform project which includes Android?
Copy code
No source set found for :example:dokkaJavadoc/androidMain
If I run the task
dokkaHtmlMultiModule
, the docs are correct, so the problem is only with javadoc
Fixed changing
dependsOn(dokkaJavadoc)
to
dependsOn(dokkaHtml)
c
I am seeing a similar issue with a multiplatform project with only a JVM target:
Copy code
No source set found for :dokkaJavadoc/jvmMain
Did you find a solution for this @Javier?
j
I am not launching the javadoc task directly, only the html task