From 9be83cf108d83c9667d6943693cb1fa623a19853 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sat, 6 Sep 2025 17:06:35 -0300 Subject: [PATCH] Don't change xmx of gradle --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8742e8616..be8e3f75e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAME --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ - -Dfile.encoding=UTF-8 -Xmx4096M + -Dfile.encoding=UTF-8 kotlin.code.style=official # https://github.com/Kotlin/kotlinx-atomicfu#atomicfu-compiler-plugin