Update Gradle, make multiple release tasks for each platform instead of passing a property #37

Merged
CommanderTvis merged 3 commits from commandertvis/ios into dev 2022-03-08 10:14:48 +03:00
Showing only changes of commit dd5a9f75c4 - Show all commits

View File

@ -23,6 +23,8 @@ public class KScienceNativePlugin : Plugin<Project> {
linuxX64(),
mingwX64(),
macosX64(),
iosX64(),
iosArm64()
)
sourceSets {