diff --git a/gradle.properties b/gradle.properties index 7affea4b6..a5127fa39 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,7 @@ kotlin.code.style=official org.gradle.caching=true org.gradle.configureondemand=true org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8 -org.gradle.parallel=true \ No newline at end of file +org.gradle.parallel=true + +# https://blog.jetbrains.com/kotlin/2022/07/a-new-approach-to-incremental-compilation-in-kotlin/ +kotlin.incremental.useClasspathSnapshot=true \ No newline at end of file