feature: init kotlin compose multiplatforme
This commit is contained in:
@@ -6,4 +6,23 @@ koin_version=4.2.1
|
||||
kotlin_logging_version=8.0.4
|
||||
kotest_version=6.2.2
|
||||
|
||||
compose_multiplatform_version=1.8.2
|
||||
agp_version=9.2.0
|
||||
kotlinx_coroutines_version=1.10.2
|
||||
navigation_compose_version=2.9.2
|
||||
android_compile_sdk=36
|
||||
android_target_sdk=36
|
||||
android_min_sdk=24
|
||||
|
||||
kotlin.code.style=official
|
||||
org.gradle.jvmargs=-Xmx4g
|
||||
kotlin.daemon.jvmargs=-Xmx4g
|
||||
org.gradle.configureondemand=true
|
||||
android.useAndroidX=true
|
||||
android.nonTransitiveRClass=true
|
||||
# AGP 9.x's classic com.android.library/application plugins no longer work together with
|
||||
# org.jetbrains.kotlin.multiplatform in the same module (they require the newer
|
||||
# com.android.kotlin.multiplatform.library plugin instead). Until shared/composeApp are migrated
|
||||
# to that new plugin, this AGP-recommended flag keeps the classic DSL usable.
|
||||
android.builtInKotlin=false
|
||||
android.newDsl=false
|
||||
|
||||
Reference in New Issue
Block a user