Sorry for a noob question, but i want to start usi...
# dokka
s
Sorry for a noob question, but i want to start using dokka on my multiplatform project. I follow the guide to use it here: https://github.com/Kotlin/dokka. So i added the id in the plugins block (version 0.9.18) and i already have jcenter() in my repositories block. I also added the "minimal config" snippet which is: dokka { outputFormat = 'html' outputDirectory = "$buildDir/javadoc" } But when i try to run ./gradlew dokka, i have the following error: * What went wrong: Could not determine the dependencies of task ':dokka'.
kotlin.KotlinNullPointerException (no error message)
Am I missing something? I also tried importing dokka-android since i support android in my multiplatform project, but i have the same error...