Add iosX64 and iosArm64 targets #36

Closed
iliamikulik wants to merge 1 commits from ios-native-targets into master

View File

@ -23,6 +23,8 @@ public class KScienceNativePlugin : Plugin<Project> {
linuxX64(),
mingwX64(),
macosX64(),
iosX64(),
iosArm64()
CommanderTvis commented 2022-03-04 13:15:32 +03:00 (Migrated from github.com)
Review

The problem is that there should be release tasks for each platform to be called in Github Actions scripts. See c80f70fe0f/.github/workflows/publish.yml (L53)

The problem is that there should be `release` tasks for each platform to be called in Github Actions scripts. See https://github.com/mipt-npm/kmath/blob/c80f70fe0fe1823187ad27ee6e2378a6bed3bf29/.github/workflows/publish.yml#L53
CommanderTvis commented 2022-03-04 13:16:17 +03:00 (Migrated from github.com)
Review

I can fix this myself after some time.

I can fix this myself after some time.
)
sourceSets {