Skip to content

Commit

Permalink
Move kotlinx-coroutines dependency from core-data module to core-doma…
Browse files Browse the repository at this point in the history
…in module (#68)
  • Loading branch information
AfigAliyev committed Aug 14, 2022
1 parent face37a commit 870ae25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion core/core-data/data-remote/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ java {
dependencies {
api(project(":core:core-data"))

api(libs.kotlinx.coroutines.core)
api(libs.kotlinx.serialization.json)
api(libs.bundles.retrofit)

Expand Down
1 change: 1 addition & 0 deletions core/core-domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ java {

dependencies {
api(libs.javax.inject)
api(libs.kotlinx.coroutines.core)
api(libs.kotlinx.datetime)

testImplementation(libs.bundles.test)
Expand Down

0 comments on commit 870ae25

Please sign in to comment.