11[versions ]
22kotlin = " 2.0.0"
3- ksp = " 2.0.0-1.0.21 "
3+ ksp = " 2.0.0-1.0.22 "
44
55coroutines = " 1.8.1"
66kotlinxSerialization = " 1.6.3"
@@ -11,27 +11,19 @@ koin = "3.6.0-Beta4"
1111koin-android-compose = " 3.6.0-Beta4"
1212koin-compose-multiplatform = " 1.2.0-Beta4"
1313ktor = " 2.3.11"
14- slf4j = " 2.0.12 "
14+ slf4j = " 2.0.13 "
1515realm = " 2.0.0"
1616kmpNativeCoroutines = " 1.0.0-ALPHA-31"
1717kmpObservableViewModel = " 1.0.0-BETA-3"
1818
19- compose-multiplatform = " 1.6.10 "
19+ compose-multiplatform = " 1.6.11 "
2020androidxActivity = " 1.9.0"
21- androidxComposeBom = " 2024.05 .00"
21+ androidxComposeBom = " 2024.06 .00"
2222androidxNavigationCompose = " 2.7.7"
23- androidxLifecycle = " 2.8.0 "
23+ androidxLifecycle = " 2.8.2 "
2424glance = " 1.0.0"
25-
26- accompanist = " 0.32.0"
27- coilCompose = " 2.6.0"
28- image-loader = " 1.7.8"
29-
3025junit = " 4.13.2"
3126
32- multiplatformSettings = " 1.1.1"
33- kermit = " 2.0.3"
34-
3527minSdk = " 24"
3628targetSdk = " 34"
3729compileSdk = " 34"
@@ -40,7 +32,6 @@ compileSdk = "34"
4032[libraries ]
4133kotlinx-coroutines = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core" , version.ref = " coroutines" }
4234kotlinx-coroutines-test = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-test" , version.ref = " coroutines" }
43- kotlinx-datetime = { group = " org.jetbrains.kotlinx" , name = " kotlinx-datetime" , version.ref = " kotlinxDateTime" }
4435kotlinx-serialization = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-core" , version.ref = " kotlinxSerialization" }
4536
4637androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxActivity" }
@@ -61,10 +52,6 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
6152androidx-lifecycle-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " androidxLifecycle" }
6253androidx-glance = { module = " androidx.glance:glance-appwidget" , version.ref = " glance" }
6354
64- coilCompose = { group = " io.coil-kt" , name = " coil-compose" , version.ref = " coilCompose" }
65- accompanist-placeholder = { group = " com.google.accompanist" , name = " accompanist-placeholder-material3" , version.ref = " accompanist" }
66- image-loader = { module = " io.github.qdsfdhvh:image-loader" , version.ref = " image-loader" }
67-
6855koin-android = { module = " io.insert-koin:koin-android" , version.ref = " koin" }
6956koin-androidx-compose = { module = " io.insert-koin:koin-androidx-compose" , version.ref = " koin-android-compose" }
7057koin-core = { module = " io.insert-koin:koin-core" , version.ref = " koin" }
@@ -85,13 +72,9 @@ kmpObservableViewModel = { module = "com.rickclephas.kmp:kmp-observableviewmodel
8572realm = { group = " io.realm.kotlin" , name = " library-base" , version.ref = " realm" }
8673realm-plugin = { group = " io.realm.kotlin" , name = " gradle-plugin" ,version.ref = " realm" }
8774
88- multiplatform-settings = { module = " com.russhwolf:multiplatform-settings" , version.ref = " multiplatformSettings" }
89- multiplatform-settings-coroutines = { module = " com.russhwolf:multiplatform-settings-coroutines" , version.ref = " multiplatformSettings" }
90- kermit = { module = " co.touchlab:kermit" , version.ref = " kermit" }
9175junit = { module = " junit:junit" , version.ref = " junit" }
9276
9377[bundles ]
94- multiplatformSettings = [" multiplatform-settings" , " multiplatform-settings-coroutines" ]
9578ktor-common = [" ktor-client-core" , " ktor-client-json" , " ktor-client-logging" , " ktor-client-serialization" , " ktor-client-content-negotiation" , " ktor-serialization-kotlinx-json" ]
9679
9780
0 commit comments