None of the suggestions worked for me, because the correct way to resolve this issue is to put (app level build.gradle)
buildFeatures{
dataBinding = true
viewBinding = true
}
None of the suggestions worked for me, because the correct way to resolve this issue is to put (app level build.gradle)
buildFeatures{
dataBinding = true
viewBinding = true
}