I have a java project that I plan on converting to Kotlin, https://github.com/k-random/k-random/. Right now I am trying to set up Dokka to generate the javadoc for the Java files but I am having trouble getting it set up to generate the javadoc necessary for publishing to maven central. When I run
./gradlew clean dokkaJavadoc
this is the output:
Copy code
> Task :dokkaJavadoc
Initializing plugins
Dokka is performing: documentation for k-random
Validity check
Creating documentation models
Exiting Generation: Nothing to document