in build.gradle file:
dataBinding {
enabled = true
}
enabled is deprecated. Can't find any documentation about it.
Anyone has any ideas how to fix it?
try replacing it with
buildFeatures {
dataBinding true
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With