diff --git a/gradle.properties b/gradle.properties index 58be3b60ddf..c6d1f6457b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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