blob: ddfcee30837cf53931fa7f269807b6ab062c450b [file] [log] [blame]
Alan Viverettee33f0042021-11-17 16:49:53 -05001org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dkotlin.daemon.jvm.options=-XX:MaxMetaspaceSize=1g -Dlint.nullness.ignore-deprecated=true
Yigit Boyarf77697d2016-08-16 10:55:36 -07002org.gradle.daemon=true
Aurimas Liutikas59e5b6f92017-08-23 10:11:32 -07003org.gradle.configureondemand=true
Aurimas Liutikasa64f1ce2018-05-18 11:29:03 -07004org.gradle.parallel=true
Aurimas Liutikasd9950fa2018-05-23 03:08:26 +00005org.gradle.caching=true
Aurimas Liutikasb5a2e522022-04-22 14:18:27 -07006org.gradle.welcome=never
Aurimas Liutikasc0fef3a2021-10-12 15:07:05 -07007# Disabled due to https://github.com/gradle/gradle/issues/18626
8# org.gradle.vfs.watch=true
Aurimas Liutikas3ae82fa2021-09-23 09:19:23 -07009org.gradle.dependency.verification.console=verbose
Jeff Gaston96eb6012021-09-27 14:55:36 +000010org.gradle.unsafe.configuration-cache=true
11org.gradle.unsafe.configuration-cache-problems=warn
12org.gradle.unsafe.configuration-cache.max-problems=4000
Aurimas Liutikasac0e9fc2020-10-29 14:10:54 -070013
Aurimas Liutikas005dea02017-06-29 17:00:29 -070014android.builder.sdkDownload=false
Aurimas Liutikas28514e222020-06-01 16:20:08 +000015android.uniquePackageNames=false
Dustin Lamf14ad352019-09-30 15:30:55 -070016android.enableAdditionalTestOutput=true
17android.useAndroidX=true
Aurimas Liutikas2b1a09c2021-05-18 16:45:30 -070018android.nonTransitiveRClass=true
Aurimas Liutikasa737b422019-12-10 16:35:38 -080019# Workaround for b/141364941
Aurimas Liutikasd4fcb1c2019-12-17 15:50:11 -080020android.forceJacocoOutOfProcess=true
Aurimas Liutikas0ededfb2022-04-11 21:25:00 -070021android.experimental.lint.missingBaselineIsEmptyBaseline=true
Alan Viveretted62a1842021-01-28 15:08:55 -050022
23# Don't generate versioned API files
Alan Viveretteac702b82021-07-30 14:20:02 -040024androidx.writeVersionedApiFiles=true
Aurimas Liutikas59d77d92020-03-27 17:29:44 -070025
Alan Viverette75747922021-11-09 17:50:49 +000026# Don't warn about needing to update AGP
Alan Viverettea01bd802022-06-03 16:32:34 -040027android.suppressUnsupportedCompileSdk=Tiramisu,33
Alan Viverette75747922021-11-09 17:50:49 +000028
Aurimas Liutikas59d77d92020-03-27 17:29:44 -070029# Disable features we do not use
30android.defaults.buildfeatures.aidl=false
31android.defaults.buildfeatures.buildconfig=false
32android.defaults.buildfeatures.renderscript=false
33android.defaults.buildfeatures.resvalues=false
Aurimas Liutikas33ebdb92020-08-17 08:53:12 -070034android.defaults.buildfeatures.shaders=false
35
Leland Richardsone368cec2021-06-04 15:45:31 -070036# Enable adding baseline-prof.txt files to AAR artifacts
Jeff Gaston62394412021-07-30 13:47:34 -040037android.experimental.enableArtProfiles=true
38
39# Disallow resolving dependencies at configuration time, which is a slight performance problem
40android.dependencyResolutionAtConfigurationTime.disallow=true
Aurimas Liutikas0ededfb2022-04-11 21:25:00 -070041android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,android.dependencyResolutionAtConfigurationTime.disallow,android.experimental.lint.missingBaselineIsEmptyBaseline
Aurimas Liutikasab45dbe2021-08-11 10:26:22 -070042# Workaround for b/162074215
Jim Sproch666614b2021-08-18 07:43:56 -070043android.includeDependencyInfoInApks=false
44
Aurimas Liutikas84d086e2022-09-29 13:24:04 -070045kotlin.stdlib.default.dependency=false
46# mac targets cannot be built on linux, suppress the warning.
47kotlin.native.ignoreDisabledTargets=true
48kotlin.mpp.enableCInteropCommonization=true
49# Suppress pointless warning about mpp being experimental
50kotlin.mpp.stability.nowarn=true
51# b/227307216
52kotlin.mpp.absentAndroidTarget.nowarn=true
53
Jim Sproch666614b2021-08-18 07:43:56 -070054# Properties we often want to toggle
55# ksp.version.check=false
56# androidx.compose.multiplatformEnabled=true