Skip to content

Commit

Permalink
Make ktor client core api scope instead of implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes committed Sep 12, 2023
1 parent 83a17e6 commit d8856af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin {
implementation(libs.ktor.io)
implementation(libs.ktor.utils)
implementation(libs.ktor.client.websockets)
implementation(libs.ktor.client.core)
api(libs.ktor.client.core)
implementation(libs.ktor.client.resources)
implementation(libs.ktor.serialization.kotlinx.json)
implementation(libs.ktor.client.content.negotiation)
Expand Down

0 comments on commit d8856af

Please sign in to comment.