Skip to content

Commit 0577182

Browse files
committed
Update gradle to increase memory build kotlin
1 parent 480ca24 commit 0577182

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
org.gradle.jvmargs=-Xmx4G
21
android.useAndroidX=true
32
android.enableJetifier=true
43
android.nonTransitiveRClass=false
54
android.nonFinalResIds=false
6-
kotlin.daemon.jvmargs=-Xmx2g -Xms512m
5+
org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)