在我的应用程序模块的 build.gradle 中,我添加了
dependencies {
kapt('com.android.databinding:compiler:3.1.2')
...
}
但我仍然收到编译器警告
app: 'annotationProcessor' dependencies won't be recognized as kapt annotation processors. Please change the configuration name to 'kapt' for these artifacts: 'com.android.databinding:compiler:3.1.2'.
一切正常,我只是讨厌到处发出警告。
任何帮助深表感谢!