1
1
[versions ]
2
2
kotlin = " 2.0.0"
3
- ksp = " 2.0.0-1.0.21 "
3
+ ksp = " 2.0.0-1.0.22 "
4
4
5
5
coroutines = " 1.8.1"
6
6
kotlinxSerialization = " 1.6.3"
@@ -11,27 +11,19 @@ koin = "3.6.0-Beta4"
11
11
koin-android-compose = " 3.6.0-Beta4"
12
12
koin-compose-multiplatform = " 1.2.0-Beta4"
13
13
ktor = " 2.3.11"
14
- slf4j = " 2.0.12 "
14
+ slf4j = " 2.0.13 "
15
15
realm = " 2.0.0"
16
16
kmpNativeCoroutines = " 1.0.0-ALPHA-31"
17
17
kmpObservableViewModel = " 1.0.0-BETA-3"
18
18
19
- compose-multiplatform = " 1.6.10 "
19
+ compose-multiplatform = " 1.6.11 "
20
20
androidxActivity = " 1.9.0"
21
- androidxComposeBom = " 2024.05 .00"
21
+ androidxComposeBom = " 2024.06 .00"
22
22
androidxNavigationCompose = " 2.7.7"
23
- androidxLifecycle = " 2.8.0 "
23
+ androidxLifecycle = " 2.8.2 "
24
24
glance = " 1.0.0"
25
-
26
- accompanist = " 0.32.0"
27
- coilCompose = " 2.6.0"
28
- image-loader = " 1.7.8"
29
-
30
25
junit = " 4.13.2"
31
26
32
- multiplatformSettings = " 1.1.1"
33
- kermit = " 2.0.3"
34
-
35
27
minSdk = " 24"
36
28
targetSdk = " 34"
37
29
compileSdk = " 34"
@@ -40,7 +32,6 @@ compileSdk = "34"
40
32
[libraries ]
41
33
kotlinx-coroutines = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core" , version.ref = " coroutines" }
42
34
kotlinx-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" }
44
35
kotlinx-serialization = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-core" , version.ref = " kotlinxSerialization" }
45
36
46
37
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxActivity" }
@@ -61,10 +52,6 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
61
52
androidx-lifecycle-compose = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " androidxLifecycle" }
62
53
androidx-glance = { module = " androidx.glance:glance-appwidget" , version.ref = " glance" }
63
54
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
-
68
55
koin-android = { module = " io.insert-koin:koin-android" , version.ref = " koin" }
69
56
koin-androidx-compose = { module = " io.insert-koin:koin-androidx-compose" , version.ref = " koin-android-compose" }
70
57
koin-core = { module = " io.insert-koin:koin-core" , version.ref = " koin" }
@@ -85,13 +72,9 @@ kmpObservableViewModel = { module = "com.rickclephas.kmp:kmp-observableviewmodel
85
72
realm = { group = " io.realm.kotlin" , name = " library-base" , version.ref = " realm" }
86
73
realm-plugin = { group = " io.realm.kotlin" , name = " gradle-plugin" ,version.ref = " realm" }
87
74
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" }
91
75
junit = { module = " junit:junit" , version.ref = " junit" }
92
76
93
77
[bundles ]
94
- multiplatformSettings = [" multiplatform-settings" , " multiplatform-settings-coroutines" ]
95
78
ktor-common = [" ktor-client-core" , " ktor-client-json" , " ktor-client-logging" , " ktor-client-serialization" , " ktor-client-content-negotiation" , " ktor-serialization-kotlinx-json" ]
96
79
97
80
0 commit comments