Skip to content

Commit

Permalink
gradle build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Jan 13, 2025
1 parent 456a9a6 commit 6329a4c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions projects/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.parallel=true

#Kotlin
kotlin.incremental=true
kotlin.incremental.multiplatform=true
kotlin.code.style=official

#Koin
Expand All @@ -18,5 +21,5 @@ org.jetbrains.compose.experimental.macos.enabled=true
android.useAndroidX=true
androidMinSDK=14
androidCompileSDK=34
#android.nonTransitiveRClass=true
android.nonTransitiveRClass=true

0 comments on commit 6329a4c

Please sign in to comment.