#118 How to make Dokka work with Android Studio? [...
# dokka
u
#118 How to make Dokka work with Android Studio? [Kotlin/dokka] Issue created by snowdream Hi, I am using Kotlin 1.0.4 with Dokka 0.9.9 on Android Studio 2.2 When I try to do gradle sync, an error accrued.
Copy code
Gradle sync failed: Unable to find method
'com.android.build.gradle.api.BaseVariant.getJavaCompiler()Lorg/gradle/api/tasks/compile/AbstractCompile;'.`
Now I have no choice but to remove dokka plugin. How can I fix it?