Skip to content

Commit

Permalink
network: Expose required libs from Core module
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Jul 2, 2024
1 parent 85fc6ea commit 0648c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Network/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ kotlin {
sourceSets {
commonMain.dependencies {
implementation(project(":Common"))
implementation(libs.ktor.client.core)
api(libs.ktor.client.core)
implementation(libs.ktor.client.content.negociation)
implementation(libs.ktor.client.json)
implementation(libs.ktor.client.encoding)
implementation(libs.kotlinx.serialization.json)
api(libs.kotlinx.serialization.json)
}
commonTest.dependencies {
implementation(libs.kotlin.test)
Expand Down

0 comments on commit 0648c07

Please sign in to comment.