addamsson
12/03/2020, 9:48 PMkotlin-as-java
plugin to the Dokka plugins classpath, eg. in Gradle:
dependencies{
implementation("...")
dokkaGfmPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:${dokka-version}")
}
Where do I put this in a multi-module multiplatform project? I'm also using .kts
, and this doesn't compile anywhere.
If any of you know anybody who can help I'm willing to pay for the proper config, I just want to get this over with as I've been struggling with Dokka for months now.Marcin Aman
12/04/2020, 10:01 AMaddamsson
12/04/2020, 2:54 PMKamil Doległo
12/06/2020, 2:53 AMKotlinAsJava
plugin while creating this PR. It’ll be fixed in the next release: https://github.com/Kotlin/dokka/issues/1663
Sorry for that 😢addamsson
12/06/2020, 9:06 AMaddamsson
12/06/2020, 9:06 AM