13 lines
588 B
Properties
13 lines
588 B
Properties
# suppress inspection "UnusedProperty" for whole file
|
|
|
|
kotlin.code.style=official
|
|
# For optimal compilation performance
|
|
org.gradle.jvmargs=-Xmx2G -XX:+UseParallelGC
|
|
kotlin.incremental.multiplatform=true
|
|
# https://kotlinlang.org/docs/gradle.html#check-for-jvm-target-compatibility-of-related-compile-tasks
|
|
kotlin.jvm.target.validation.mode=error
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
# Whether to automatically bundle the Kotlin standard library (true by default)
|
|
# https://kotlinlang.org/docs/gradle.html#dependency-on-the-standard-library
|
|
kotlin.stdlib.default.dependency=true |