Skip to content

Commit

Permalink
fix ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Feb 13, 2024
1 parent bfab119 commit 5aae26b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ kotlin {
implementation(libs.ktor.client.okhttp)
}
iosMain.dependencies {
api(libs.decompose)
api(libs.essenty)

implementation(libs.ktor.client.darwin)
}
wasmJsMain.dependencies {
Expand Down

0 comments on commit 5aae26b

Please sign in to comment.