Move Kotlin daemon jvm args to kotlin.daemon.jvmargs property
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx1600m -Dfile.encoding=UTF-8
|
||||
org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8
|
||||
kotlin.daemon.jvmargs=-Xmx2200m # Should be the same as in the main project to avoid spawning second daemon
|
||||
|
||||
cacheRedirectorEnabled=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user