When i have updated android studios 3.2.0 to 3.2.1. I have use data binding, when run project show me error like this, if i am wrong please suggest me.
Could
The answer is pretty simple:
just add these lines in gradle app
//Data binding dataBinding.enabled = true
and remove these two lines :
apply plugin: 'kotlin-kapt' kapt "com.android.databinding:compiler:$gradle_version"