[kotlin-client][multiplatform] fix iosSimulatorArm64 source sets (#17167)

This commit is contained in:
Csaba Kozák
2023-11-22 18:57:51 +01:00
committed by GitHub
parent ab0b44a1c4
commit 3f033c0974
5 changed files with 15 additions and 0 deletions

View File

@@ -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")