initial commit
This commit is contained in:
commit
f72938cffb
71 changed files with 1404 additions and 0 deletions
16
gradle.properties
Normal file
16
gradle.properties
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
|
||||
#Development
|
||||
development=true
|
||||
org.gradle.configuration-cache=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue