Skip to content

Commit

Permalink
increase heap space
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Feb 7, 2025
1 parent 36af713 commit a51052d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# org.gradle.parallel=true
#Sun Jul 24 11:49:27 CEST 2022
kotlin.code.style=official
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M"
android.useAndroidX=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true

0 comments on commit a51052d

Please sign in to comment.