blob: fb000199c3f27113b1ac12b32924bc236774b319 [file] [log] [blame]
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4096m
org.gradle.daemon=true
# Flags set in Gradle at head that we can also benefit from
# See https://github.com/gradle/gradle/blob/master/gradle.properties
org.gradle.vfs.watch=true
systemProp.org.gradle.unsafe.vfs.partial-invalidation=true
org.gradle.caching=true
kotlin.caching.enabled=true
# Don't use "fail" until this is fixed: https://youtrack.jetbrains.com/issue/IDEA-272594
org.gradle.warning.mode=all
org.gradle.unsafe.configuration-cache=true
# New Kotlin incremental compilation (see https://kotlinlang.org/docs/whatsnew17.html#a-new-approach-to-incremental-compilation)
kotlin.incremental.useClasspathSnapshot=true