Skip to content

Commit

Permalink
Change Gradle memory allowance to 2g as with compose 1,4g is not enough
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Feb 16, 2023
1 parent a098aae commit 7beb3c1
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 @@ -9,6 +9,6 @@ android.useAndroidX=true
android.enableJetifier=false
android.nonTransitiveRClass=true

org.gradle.jvmargs=-Xmx1400m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true

0 comments on commit 7beb3c1

Please sign in to comment.