blob: 39f246754f9e36e8bd797abe53e1538c70f218f4 [file] [log] [blame]
org.gradle.jvmargs=-Xmx8g -Dkotlin.compiler.execution.strategy="in-process"
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.caching=true
android.builder.sdkDownload=false
android.useAndroidX=true
android.enableAdditionalTestOutput=true
// Disable incremental compilation explicitly because of https://youtrack.jetbrains.com/issue/KT-30492.
// Anyhow, it is supported only in daemon mode.
kotlin.incremental=false
// Run multiple kotlin compilations in parallel within the same project.
// See also https://github.com/JetBrains/kotlin/blob/1978db9d0e68a2ec29aded30a07e9c3c740c29f6/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/KotlinProperties.kt#L100 and https://blog.jetbrains.com/kotlin/2019/01/kotlin-1-3-20-released/
kotlin.parallel.tasks.in.project=true
# TODO(b/144189353) : remove android.useNewJarCreator once it stops putting illegal timestamps into jars
android.useNewJarCreator=false