We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953aec4 commit 35e53efCopy full SHA for 35e53ef
2 files changed
.gitignore
@@ -73,5 +73,3 @@ TODO.*
73
74
### AI Coder ###
75
/.claude/
76
-
77
-/gradle.properties
gradle.properties
@@ -0,0 +1,9 @@
1
+org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -XX:+UseG1GC
2
+org.gradle.parallel=true
3
+org.gradle.caching=true
4
+org.gradle.configuration-cache=true
5
+
6
+kotlin.code.style=official
7
+kotlin.incremental=true
8
+kotlin.daemon.jvmargs=-Xmx1g
9
+org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
0 commit comments