Add iosX64
and iosArm64
targets
#36
@ -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
The problem is that there should be
release
tasks for each platform to be called in Github Actions scripts. Seec80f70fe0f/.github/workflows/publish.yml (L53)
I can fix this myself after some time.