Initial commit
(Multiplatform project template)
This commit is contained in:
11
gradle.properties
Normal file
11
gradle.properties
Normal file
@@ -0,0 +1,11 @@
|
||||
kotlin.code.style=official
|
||||
|
||||
#Gradle
|
||||
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
||||
|
||||
#Android
|
||||
android.nonTransitiveRClass=true
|
||||
android.useAndroidX=true
|
||||
|
||||
#MPP
|
||||
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||||
Reference in New Issue
Block a user