1android.useAndroidX=true 2android.enableJetifier=true 3 4# Enable and fail the build if an issue is found that disallows the 5# configuration cache. These options along with this app being built in 6# presubmit helps us cache changes that would cause config cache to be disabled 7# via the HiltGradlePlugin. 8org.gradle.unsafe.configuration-cache-problems=fail 9org.gradle.unsafe.configuration-cache.max-problems=0 10