Skip to content

Commit

Permalink
native dependency on ktor-client-curl fixed to implementation instead…
Browse files Browse the repository at this point in the history
… of runtimeOnly, otherwise client engine cannot be discovered.
  • Loading branch information
morisil committed Sep 30, 2024
1 parent a3a7dca commit 1a67d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ kotlin {
nativeTest {
dependencies {
// on mac/ios it should be rather Darwin
runtimeOnly(libs.ktor.client.curl)
implementation(libs.ktor.client.curl)
}
}

Expand Down

0 comments on commit 1a67d7a

Please sign in to comment.