Enable new incremental compilation in Kotlin project
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
org.gradle.jvmargs=-Duser.country=US -Dfile.encoding=UTF-8 -Dorg.gradle.internal.publish.checksums.insecure=true
|
||||
kotlin.daemon.jvmargs=-Xmx3g
|
||||
# Enable new incremental compiation
|
||||
kotlin.incremental.useClasspathSnapshot=true
|
||||
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
|
||||
Reference in New Issue
Block a user