also databindings automatically register annotatio...
# kapt
g
also databindings automatically register annotation processor for
apt
, but not for
kapt
, so you should do that manually:
kapt “com.android.databinding:compiler:${ANDROID_GRADLE_PLUGIN_VERSION}”