Enable new incremental compilation in Kotlin project
diff --git a/gradle.properties b/gradle.properties
index 58be3b6..c6d1f64 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