Skip to content

Commit

Permalink
Add space to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ronjunevaldoz committed Sep 25, 2024
1 parent 06a873b commit 918ee9b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
org.gradle.configuration-cache=true
#Kotlin
kotlin.code.style=official
#MPP
kotlin.mpp.enableCInteropCommonization=true
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true

0 comments on commit 918ee9b

Please sign in to comment.