feature: init kotlin compose multiplatforme
Tests / build (pull_request) Successful in 7m44s
Tests / test (pull_request) Failing after 10m37s
Tests / lint (pull_request) Successful in 14m30s

This commit is contained in:
2026-08-06 21:28:57 +02:00
parent 505cfe38f0
commit 774e80d9d5
196 changed files with 1297 additions and 688 deletions
+19
View File
@@ -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