diff --git a/gradle.properties b/gradle.properties index 9cbb882..9b0ef18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,8 @@ ksp.useKSP2=true kotlin.code.style=official org.gradle.parallel=true -org.gradle.vfs.watch=truge +org.gradle.vfs.watch=true org.gradle.caching=true -org.gradle.configuration-cache=false +org.gradle.configuration-cache=true +org.gradle.configuration-cache.parallel=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=1024m -Dfile.encoding=UTF-8