BRVAH_kotlin
BRVAH_kotlin copied to clipboard
Data Binding annotation processor version needs to match the Android Gradle Plugin version. You can remove the kapt dependency com.android.databinding:compiler:3.0.1 and Android Gradle Plugin will inject the right version.
为什么爆这个错误 是因为没配置 kapt吗?

anyone got solution for this
Keep the same version number for gradle plugin as well as for databinding complier.. the error will resolve.