File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,15 +49,5 @@ kotlin {
4949 implementation(libs.org.jetbrains.kotlinx.coroutines.test)
5050 }
5151 }
52-
53-
54-
55- // android
56- val androidMain by getting {
57- dependsOn(commonMain)
58- dependencies {
59- api (" org.jetbrains.kotlinx:atomicfu:0.18.5" )
60- }
61- }
6252 }
6353}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ kotlin {
1818 val commonMain by getting {
1919 dependencies {
2020 api(libs.store)
21+ implementation(libs.kotlinx.coroutines.core)
2122 }
2223 }
2324
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ org-xerial = "3.8.10.2"
2222io-insert-koin = " 3.2.0"
2323com-russhwolf = " 1.0.0-RC"
2424kotlinx-serialization = " 1.4.0"
25- store = " 5.0.0-SNAPSHOT "
25+ store = " 5.0.0-alpha03 "
2626atomic-fu =" 0.18.5"
2727io-github-aakira = " 2.6.1"
2828
You can’t perform that action at this time.
0 commit comments