We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fabed commit 9d5cca9Copy full SHA for 9d5cca9
example/android/gradle.properties
@@ -1,3 +1,7 @@
1
-org.gradle.jvmargs=-Xmx1536M
2
android.useAndroidX=true
3
android.enableJetifier=true
+# Taille du tas principal pour Gradle
4
+org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
5
+
6
+# Facultatif : taille dédiée au daemon Kotlin, si vous utilisez beaucoup d'annotation processing
7
+kotlin.daemon.jvm.options=-Xmx2048m
0 commit comments