add iosX64 and iosArm64 targets to native targets
This commit is contained in:
parent
74b38c62ef
commit
dd5a9f75c4
@ -23,6 +23,8 @@ public class KScienceNativePlugin : Plugin<Project> {
|
|||||||
linuxX64(),
|
linuxX64(),
|
||||||
mingwX64(),
|
mingwX64(),
|
||||||
macosX64(),
|
macosX64(),
|
||||||
|
iosX64(),
|
||||||
|
iosArm64()
|
||||||
)
|
)
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
Loading…
Reference in New Issue
Block a user