Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Aug 23, 2023
1 parent 308e139 commit d22db0b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Gradle
org.gradle.jvmargs=-Xmx4048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4048M"
org.gradle.caching=true
org.gradle.configuration-cache=true
#org.gradle.caching=true
#org.gradle.configuration-cache=true

kotlin.code.style=official

Expand All @@ -18,4 +18,7 @@ kotlin.js.compiler=ir
org.jetbrains.compose.experimental.jscanvas.enabled=true

#iOS
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.uikit.enabled=true

#Native
kotlin.native.cacheKind=none

0 comments on commit d22db0b

Please sign in to comment.