I converted a java data binding project into a kotlin data binding project. After compiling and trying to build facing the issue
Unable to find the ActivityMainDataBindingImpl.
Tried multiple solution it was not working.
Enabled in gradle.properties:
android.databinding.enableV2=true
build.properties:
viewBinding {
enabled = true
}
dataBinding {
enabled = true
}
classpath 'com.android.tools.build:gradle:3.6.3'