aboutsummaryrefslogtreecommitdiff
path: root/javatests/artifacts/hilt-android/simpleKotlin/gradle.properties
blob: 1efa70f690c4172e30b49aeae095c3aecfbad143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
android.useAndroidX=true
android.enableJetifier=true

# Enable and fail the build if an issue is found that disallows the
# configuration cache. These options along with this app being built in
# presubmit helps us cache changes that would cause config cache to be disabled
# via the HiltGradlePlugin.
org.gradle.unsafe.configuration-cache-problems=fail
org.gradle.unsafe.configuration-cache.max-problems=0
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2048m