Skip to content

Commit

Permalink
update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Nov 23, 2023
1 parent 0dbc108 commit 0d2a016
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ kotlin {

val iosSimulatorArm64Test by getting

iosSimulatorArm64Main.dependsOn(iosMain)
iosSimulatorArm64Test.dependsOn(iosTest)

val jsMain by getting {
dependencies {
api("io.ktor:ktor-client-js:$ktor_version")
Expand Down

0 comments on commit 0d2a016

Please sign in to comment.