This commit is contained in:
aminecmi
2022-03-22 15:35:23 +01:00
parent 77a87cc58d
commit c1040ab4d5
34 changed files with 1606 additions and 0 deletions

13
gradle.properties Normal file
View File

@ -0,0 +1,13 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
#MPP
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableCInteropCommonization=true