// kotlin kapt "com.android.databinding:compi...
# android
a
// kotlin kapt "com.android.databindingcompiler2.2.0"
a
If you’re getting errors about generated files, try a clean build (Build -> Clean) If you’re getting a compilation error, try building outside of Android Studio via ./gradlew assembleDebug
a
Build is successful and it gets installed properly, but when I hit the Kotlin activity which uses Databinding I get the following error
and the app crashes
a
Could you post the error itself?
That doesn’t look like a Databinding error per say.