Skip to content

Commit b923cc0

Browse files
committed
add missing gradle.properties
1 parent 855ebfe commit b923cc0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

gradle.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#Gradle
2+
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
3+
org.gradle.caching=true
4+
org.gradle.configuration-cache=true
5+
6+
#Kotlin
7+
kotlin.code.style=official
8+
kotlin.incremental.native=true
9+
kotlin.native.enableKlibsCrossCompilation=true
10+
11+
#Android
12+
android.useAndroidX=true
13+
android.nonTransitiveRClass=true

0 commit comments

Comments
 (0)