Skip to content

Commit

Permalink
Move kotlinx-datetime dependency from core-data module to core-domain…
Browse files Browse the repository at this point in the history
… module (#65)
  • Loading branch information
AfigAliyev committed Aug 14, 2022
1 parent 251dbd5 commit 3a37a98
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 @@ -29,7 +29,6 @@ dependencies {

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

testImplementation(libs.bundles.test)
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.datetime)

testImplementation(libs.bundles.test)
}

0 comments on commit 3a37a98

Please sign in to comment.