Skip to content

Commit

Permalink
Try darwin rather than curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkopedia committed Feb 5, 2024
1 parent e6ab19d commit 02ebff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksrpc-ktor/client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kotlin {
implementation(libs.ktor.client.curl)
}
sourceSets["macosMain"].dependencies {
implementation(libs.ktor.client.curl)
implementation(libs.ktor.client.darwin)
}
sourceSets["iosMain"].dependencies {
implementation(libs.ktor.client.darwin)
Expand Down

0 comments on commit 02ebff6

Please sign in to comment.