Added target iosX64

This commit is contained in:
dankito 2024-08-26 02:18:12 +02:00
parent 89846a62f2
commit dcfd3ffc87
3 changed files with 4 additions and 1 deletions

View File

@ -53,6 +53,7 @@ kotlin {
linuxX64()
mingwX64()
iosX64()
iosArm64()
iosSimulatorArm64()
macosX64()

View File

@ -63,6 +63,7 @@ kotlin {
linuxX64()
mingwX64()
iosX64()
iosArm64()
iosSimulatorArm64()
macosX64()

View File

@ -49,12 +49,13 @@ kotlin {
}
}
// wasmJs()
// wasmJs() // ktor is not available for wasmJs yet
linuxX64()
mingwX64()
iosX64()
iosArm64()
iosSimulatorArm64()
macosX64()