I'm trying to use dokka with Kotlin-1.1. This wor...
# getting-started
n
I'm trying to use dokka with Kotlin-1.1. This works (using dokka-0.9.5) from the command line, but fails with
tried to access method kotlin.text.StringsKt__StringsKt.isEmpty(Ljava/lang/CharSequence;)Z from class org.jetbrains.dokka.gradle.DokkaTask
when run using
gradle dokka
.