Amol
11/19/2021, 3:20 PMplugins {
id 'org.jetbrains.dokka' version '1.5.0'
}
This gradle synced successfully. When I now try to run ./gradlew dokkaJavadoc
or ./gradlew dokkaHtml
I get this error:
$ ./gradlew dokkaHtml
FAILURE: Build failed with an exception.
* What went wrong:
org/jetbrains/kotlin/gradle/dsl/KotlinSingleTargetExtension
> org.jetbrains.kotlin.gradle.dsl.KotlinSingleTargetExtension
Vadim Mishenev
11/21/2021, 10:35 PMAmol
11/29/2021, 6:19 AM1.2.71
)
I switched to Dokka 0.9.x and it worked - Is there a page where I can see Dokka - Kotlin compatibilty?