diff --git a/gradle.properties b/gradle.properties index 9a1d07c..f6e889e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,5 +3,5 @@ org.gradle.configuration-cache=true org.gradle.parallel=true org.gradle.vfs.watch=true org.gradle.daemon=false -org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx10g -Dfile.encoding=UTF-8 kotlin.incremental=true