因为 dataBinding 用了 apply plugin: 'kotlin-kapt' 所以要添加
kapt {
    generateStubs = true
}

之后再编译就不回报错了。

另外附上自己一些配置的版本

Android studio version 3.1.2

3rd-party Gradle plug-ins may be the cause

gradle plugin version 3.1.2

3rd-party Gradle plug-ins may be the cause

gradle wrapper version 4.4

3rd-party Gradle plug-ins may be the cause

 

相关文章: