Gradle DSL method not found: 'kapt()'

后端 未结 7 1289
暖寄归人
暖寄归人 2020-12-14 05:15

Gradle DSL method not found: \'kapt()\' Possible causes: The project \'jetpacklearn\' may be using a version of the Android Gradle plug-in that does not contain the method (

7条回答
  •  囚心锁ツ
    2020-12-14 05:43

    Add this in your build.gradle then sync the gradle again.

    apply plugin: 'kotlin-kapt'

提交回复
热议问题