Compose Multiplatform Mobile project template

This commit is contained in:
Nikita Lipsky
2023-03-23 15:44:18 +04:00
commit a133881345
44 changed files with 1730 additions and 0 deletions

25
gradle.properties Normal file
View File

@@ -0,0 +1,25 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
#Kotlin
kotlin.code.style=official
#MPP
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
#Compose
org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.cacheKind=none
#Android
android.useAndroidX=true
android.compileSdk=33
android.targetSdk=33
android.minSdk=24
#Versions
kotlin.version=1.8.10
agp.version=7.4.2
compose.version=1.4.0-alpha01-dev975