Skip to content

Commit

Permalink
Merge pull request #26 from botlabs-gg/freyacodes-patch-1
Browse files Browse the repository at this point in the history
Move ktor-client-core under api scope instead of implementation
  • Loading branch information
DRSchlaubi committed Sep 12, 2023
2 parents 83a17e6 + d8856af commit 0699d8c
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 0699d8c

Please sign in to comment.