Gradle DSL method not found: 'kapt()'

后端 未结 7 1291
暖寄归人
暖寄归人 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:57

    apply the below plugin in your app-level build.gradle.

    apply plugin: 'kotlin-kapt'
    
    0 讨论(0)
提交回复
热议问题