Skip to content

Commit

Permalink
more RAM for the daemons
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Mar 26, 2024
1 parent 01829fc commit 0895b3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.jvmargs=-Xmx6G

#Kotlin
kotlin.code.style=official

#Android
android.useAndroidX=true

systemProp.org.gradle.internal.publish.checksums.insecure=true
moko.resources.disableStaticFrameworkWarning=true

0 comments on commit 0895b3b

Please sign in to comment.