xref: /aosp_15_r20/external/dagger2/javatests/artifacts/hilt-android/simpleKotlin/gradle.properties (revision f585d8a307d0621d6060bd7e80091fdcbf94fe27)
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
10org.gradle.caching=true
11org.gradle.parallel=true
12org.gradle.jvmargs=-Xmx2048m