never mind I just fixed my problem setting the fol...
# android
e
never mind I just fixed my problem setting the following in my app
build.gradle
file and everything works well 😃
Copy code
dependencies {
    ...
    kapt "com.android.databinding:compiler:2.1.0-beta1”
}
kapt {
    generateStubs = true
}