@@ -13,25 +13,22 @@ androidx-datastore = "1.1.5"
13
13
apollo = " 4.1.1"
14
14
apollo-cache = " 0.0.8"
15
15
compose = " 1.8.0"
16
- compose-hot-reload = " 1.0.0-alpha08 "
16
+ compose-hot-reload = " 1.0.0-alpha09 "
17
17
composeLifecyleRuntime =" 2.9.0-alpha07"
18
18
compose-multiplatform = " 1.8.0-rc01"
19
19
compose-material3 = " 1.3.2"
20
20
composeWindowSize = " 0.5.0"
21
21
credentials = " 1.5.0"
22
- decompose = " 3.3.0 "
22
+ decompose = " 3.4.0-alpha01 "
23
23
doistx-normalize = " 1.2.0"
24
24
essenty = " 2.5.0"
25
25
googleid = " 1.1.1"
26
26
horologist = " 0.7.10-alpha"
27
27
io-coil-kt = " 2.7.0"
28
- io-coil3-kt = " 3.1.0 "
28
+ io-coil3-kt = " 3.2.0-rc02 "
29
29
kermit = " 2.0.5"
30
30
kmmbridge = " 0.5.7"
31
- koin-android = " 4.0.4"
32
- koin-android-compose = " 4.0.4"
33
- koin-compose-multiplatform = " 4.0.4"
34
- koin-core = " 4.0.4"
31
+ koin = " 4.1.0-Beta8"
35
32
kotlinx-coroutines-play-services = " 1.10.1"
36
33
lifecycle = " 2.8.7"
37
34
lifecycle-livedata-ktx = " 2.8.7"
@@ -159,13 +156,13 @@ jsonpath = "com.eygraber:jsonpathkt-kotlinx:3.0.2"
159
156
jsoup = " org.jsoup:jsoup:1.18.3"
160
157
junit = " junit:junit:4.13.2"
161
158
kaml = " com.charleskorn.kaml:kaml:0.66.0"
162
- koin-android = { module = " io.insert-koin:koin-android" , version.ref = " koin-android " }
163
- koin-workmanager = { module = " io.insert-koin:koin-androidx-workmanager" , version.ref = " koin-android " }
164
- koin-compose = { module = " io.insert-koin:koin-androidx-compose" , version.ref = " koin-android-compose " }
165
- koin-compose-multiplatform = { module = " io.insert-koin:koin-compose" , version.ref = " koin-compose-multiplatform " }
166
- koin-core = { module = " io.insert-koin:koin-core" , version.ref = " koin-core " }
167
- koin-test = { module = " io.insert-koin:koin-test" , version.ref = " koin-core " }
168
- koin-test-junit4 = { module = " io.insert-koin:koin-test-junit4" , version.ref = " koin-core " }
159
+ koin-android = { module = " io.insert-koin:koin-android" , version.ref = " koin" }
160
+ koin-workmanager = { module = " io.insert-koin:koin-androidx-workmanager" , version.ref = " koin" }
161
+ koin-compose = { module = " io.insert-koin:koin-androidx-compose" , version.ref = " koin" }
162
+ koin-compose-multiplatform = { module = " io.insert-koin:koin-compose" , version.ref = " koin" }
163
+ koin-core = { module = " io.insert-koin:koin-core" , version.ref = " koin" }
164
+ koin-test = { module = " io.insert-koin:koin-test" , version.ref = " koin" }
165
+ koin-test-junit4 = { module = " io.insert-koin:koin-test-junit4" , version.ref = " koin" }
169
166
kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" }
170
167
kotlinx-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " kotlinx-coroutines" }
171
168
kotlinx-coroutines-reactor = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-reactor" , version.ref = " kotlinx-coroutines" }
0 commit comments