Hi, I am using gradlePluginVersion 3.6.2, still I ...
# android-databinding
k
Hi, I am using gradlePluginVersion 3.6.2, still I am getting warning that Databinding is non incremental. I have android.databinding.incremental=true as well. Any idea what could be the issue here?
d
I got the warning once after updating to AS 4.0.0, but now seems to be gone (I’m using Kotlin v1.3.72, AGP v4.0.0)
message has been deleted
you can try to profile you build
./gradle assembleDebug --profile
and
kapt.verbose=true
to check if it is incremental