Gradle 3.0.0-alpha1 Isn't Compatible With Kotlin-android Plugin 1.1.2-3?
I Install Android Studio 3.0 Canary 1 and create new project with kotlin. And get this error: Error:Unable to find method 'com.android.build.gradle.internal.variant.BaseVariantD
Solution 1:
You need to change the Kotlin plugin version to 1.1.2-4
.
Solution 2:
This happens when you import settings from previous version of Android Studio. Bump your kotlin plugin version to 1.1.2-4
and delete folder ~/Library/Application Support/AndroidStudioPreview3.0/Kotlin
(if you're using mac for example)
Post a Comment for "Gradle 3.0.0-alpha1 Isn't Compatible With Kotlin-android Plugin 1.1.2-3?"