Alex Schiff
11/24/2024, 1:43 PM./gradlew clean dokkaJavadoc
this is the output:
> Task :dokkaJavadoc
Initializing plugins
Dokka is performing: documentation for k-random
Validity check
Creating documentation models
Exiting Generation: Nothing to document
Can anyone help me get this configured so I can convert my project to kotlin in intermediate steps (publish to maven central with a mixed java/kotlin project)? or should I just bite the bullet and convert the whole project to Kotlin and pause maven central publishing while I do so? https://github.com/k-random/k-random/blob/4-configure-dokka-in-the-project/build.gradle.kts#L32-L45Alex Schiff
11/24/2024, 11:38 PM