Skip to content

Commit 33d121b

Browse files
authored
Merge pull request #1611 from zsmb13/native-caching-on
Update dependencies to re-enable native caching with CMP 1.8
2 parents b074666 + e779e1c commit 33d121b

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ org.gradle.parallel=true
55

66
#Kotlin
77
kotlin.code.style=official
8-
kotlin.native.cacheKind=none
98

109
#Android
1110
android.useAndroidX=true

gradle/libs.versions.toml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,22 @@ androidx-datastore = "1.1.5"
1313
apollo = "4.1.1"
1414
apollo-cache = "0.0.8"
1515
compose = "1.8.0"
16-
compose-hot-reload = "1.0.0-alpha08"
16+
compose-hot-reload = "1.0.0-alpha09"
1717
composeLifecyleRuntime="2.9.0-alpha07"
1818
compose-multiplatform = "1.8.0-rc01"
1919
compose-material3 = "1.3.2"
2020
composeWindowSize = "0.5.0"
2121
credentials = "1.5.0"
22-
decompose = "3.3.0"
22+
decompose = "3.4.0-alpha01"
2323
doistx-normalize = "1.2.0"
2424
essenty = "2.5.0"
2525
googleid = "1.1.1"
2626
horologist = "0.7.10-alpha"
2727
io-coil-kt = "2.7.0"
28-
io-coil3-kt = "3.1.0"
28+
io-coil3-kt = "3.2.0-rc02"
2929
kermit = "2.0.5"
3030
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"
3532
kotlinx-coroutines-play-services = "1.10.1"
3633
lifecycle = "2.8.7"
3734
lifecycle-livedata-ktx = "2.8.7"
@@ -159,13 +156,13 @@ jsonpath = "com.eygraber:jsonpathkt-kotlinx:3.0.2"
159156
jsoup = "org.jsoup:jsoup:1.18.3"
160157
junit = "junit:junit:4.13.2"
161158
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" }
169166
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" }
170167
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
171168
kotlinx-coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", version.ref = "kotlinx-coroutines" }

0 commit comments

Comments
 (0)