Unify Kotlin daemon JVM arguments settings in Kotlin repo

Now 'kotlin-daemon-config' convention plugin should be added into
settings plugins to configure Kotlin daemon.
This commit is contained in:
Yahor Berdnikau
2023-03-03 17:22:13 +01:00
committed by Space Team
parent c080765905
commit b9d19a864a
10 changed files with 36 additions and 6 deletions
-3
View File
@@ -1,8 +1,5 @@
org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dorg.gradle.internal.publish.checksums.insecure=true
#!!! It should be uniform across the project to avoid multiple daemons spawning during the build, which often leads to OOM on build server
kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
systemProp.file.encoding=UTF-8
systemProp.user.country=US
# Enable new incremental compiation