Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Jan 28, 2025
1 parent 14a964a commit dab6bf0
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M" -Djansi.tmpdir=/tmp
org.gradle.caching=false
org.gradle.configuration-cache=true
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.configuration-cache=false

#Kotlin
kotlin.code.style=official
Expand All @@ -11,11 +10,4 @@ kotlin.code.style=official
android.useAndroidX=true
android.enableJetifier=true
android.nonTransitiveRClass=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true
kotlin.native.cacheKind.iosX64=none
kotlin.native.cacheKind.iosSimulatorArm64=none
kotlin.native.disableCompilerDaemon=true
org.gradle.build-scan.agree=true
org.gradle.build-scan.url=https://gradle.com
org.gradle.build-scan.server=https://gradle.com
kotlin.mpp.enableCInteropCommonization=true

0 comments on commit dab6bf0

Please sign in to comment.