mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 23:06:09 +00:00
[kotlin-client][multiplatform] fix iosSimulatorArm64 source sets (#17167)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user