I have a module with Kotlin code, and Dokka integrated.
When I'm running ./gradlew :core:clean :core:dokkaHtml
I'm getting following output with Java syntax, while this code is pure Kotlin:
Why and how to fix it?
I have a module with Kotlin code, and Dokka integrated.
When I'm running ./gradlew :core:clean :core:dokkaHtml
I'm getting following output with Java syntax, while this code is pure Kotlin:
Why and how to fix it?
According to the dokka readme:
You can also create a custom Dokka task and add plugins directly inside: