From 81d6fea0c41a2f6ac4c69cc96fb3b7a55de5496b Mon Sep 17 00:00:00 2001 From: Andrey Uskov Date: Fri, 2 Sep 2022 19:27:43 +0300 Subject: [PATCH] Enable new incremental compilation in Kotlin project --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) 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