Skip to content

Commit 3efb36e

Browse files
committed
rebase
1 parent 8516690 commit 3efb36e

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

data/repository/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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
}

domain/timeline/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ org-xerial = "3.8.10.2"
2222
io-insert-koin = "3.2.0"
2323
com-russhwolf = "1.0.0-RC"
2424
kotlinx-serialization = "1.4.0"
25-
store = "5.0.0-SNAPSHOT"
25+
store = "5.0.0-alpha03"
2626
atomic-fu="0.18.5"
2727
io-github-aakira = "2.6.1"
2828

0 commit comments

Comments
 (0)