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:
committed by
Space Team
parent
c080765905
commit
b9d19a864a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user