Android Studio 3.0 - Unable to find method 'com.android.build.gradle.internal.variant.BaseVariantData.getOutputs()Ljava/util/List'

前端 未结 6 1120
粉色の甜心
粉色の甜心 2020-12-02 13:53

Trying to start a new Kotlin project with Android Studio 3.0 Canary 1 displays this error. Full trace:

Error:Unable to find method \'com.android.bui

6条回答
  •  余生分开走
    2020-12-02 14:51

    In my build.gradle changing

    ext.kotlin_version = '1.1.2-3'

    to

    ext.kotlin_version = '1.1.2-4'

    fixed this.

    You can find the most recent version here.

提交回复
热议问题