Update Gradle, make multiple release tasks for each platform instead of passing a property #37
@ -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