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