Added iosSimulatorArm64() to add iOS simulator package
This commit is contained in:
parent
f6e27eebdd
commit
af6f6cc180
@ -24,7 +24,8 @@ public class KScienceNativePlugin : Plugin<Project> {
|
||||
mingwX64(),
|
||||
macosX64(),
|
||||
iosX64(),
|
||||
iosArm64()
|
||||
iosArm64(),
|
||||
iosSimulatorArm64()
|
||||
)
|
||||
|
||||
sourceSets {
|
||||
|
Loading…
Reference in New Issue
Block a user