Added target iosX64
This commit is contained in:
parent
89846a62f2
commit
dcfd3ffc87
|
@ -53,6 +53,7 @@ kotlin {
|
|||
linuxX64()
|
||||
mingwX64()
|
||||
|
||||
iosX64()
|
||||
iosArm64()
|
||||
iosSimulatorArm64()
|
||||
macosX64()
|
||||
|
|
|
@ -63,6 +63,7 @@ kotlin {
|
|||
linuxX64()
|
||||
mingwX64()
|
||||
|
||||
iosX64()
|
||||
iosArm64()
|
||||
iosSimulatorArm64()
|
||||
macosX64()
|
||||
|
|
|
@ -49,12 +49,13 @@ kotlin {
|
|||
}
|
||||
}
|
||||
|
||||
// wasmJs()
|
||||
// wasmJs() // ktor is not available for wasmJs yet
|
||||
|
||||
|
||||
linuxX64()
|
||||
mingwX64()
|
||||
|
||||
iosX64()
|
||||
iosArm64()
|
||||
iosSimulatorArm64()
|
||||
macosX64()
|
||||
|
|
Loading…
Reference in New Issue