diff --git a/xemantic-osc-ableton/build.gradle.kts b/xemantic-osc-ableton/build.gradle.kts index ce68352..55c390a 100644 --- a/xemantic-osc-ableton/build.gradle.kts +++ b/xemantic-osc-ableton/build.gradle.kts @@ -20,21 +20,48 @@ kotlin { explicitApi() - jvm {} - + jvm() +// // iOS +// iosX64() +// iosArm64() +// iosSimulatorArm64() +// +// // Desktop +// mingwX64() + linuxX64() +// linuxArm64() +// macosX64() +// macosArm64() +// +// // other apple +// watchosSimulatorArm64() +// watchosX64() +// watchosArm32() +// watchosArm64() +// tvosSimulatorArm64() +// tvosX64() +// tvosArm64() +// watchosDeviceArm64() +// +// // other android +// androidNativeArm32() +// androidNativeArm64() +// androidNativeX86() +// androidNativeX64() +// +// // Web js { - browser {} + browser() + nodejs() } - val hostOs = System.getProperty("os.name") - val isMingwX64 = hostOs.startsWith("Windows") - @Suppress("UNUSED_VARIABLE") - val nativeTarget = when { - hostOs == "Mac OS X" -> macosX64() - hostOs == "Linux" -> linuxX64() - isMingwX64 -> mingwX64() - else -> throw GradleException("Host OS is not supported in Kotlin/Native.") - } +// @Suppress("OPT_IN_USAGE") +// wasmJs { +// // To build distributions for and run tests use one or several of: +// browser() +// nodejs() +// //d8() +// } sourceSets { diff --git a/xemantic-osc-api/build.gradle.kts b/xemantic-osc-api/build.gradle.kts index e6240b5..1def574 100644 --- a/xemantic-osc-api/build.gradle.kts +++ b/xemantic-osc-api/build.gradle.kts @@ -23,34 +23,34 @@ kotlin { jvm {} - // iOS - iosX64() - iosArm64() - iosSimulatorArm64() - - // Desktop - mingwX64() - linuxX64() - linuxArm64() - macosX64() - macosArm64() - - // other apple - watchosSimulatorArm64() - watchosX64() - watchosArm32() - watchosArm64() - tvosSimulatorArm64() - tvosX64() - tvosArm64() - watchosDeviceArm64() - - // other android - androidNativeArm32() - androidNativeArm64() - androidNativeX86() - androidNativeX64() - +// // iOS +// iosX64() +// iosArm64() +// iosSimulatorArm64() +// +// // Desktop +// mingwX64() + linuxX64() +// linuxArm64() +// macosX64() +// macosArm64() +// +// // other apple +// watchosSimulatorArm64() +// watchosX64() +// watchosArm32() +// watchosArm64() +// tvosSimulatorArm64() +// tvosX64() +// tvosArm64() +// watchosDeviceArm64() +// +// // other android +// androidNativeArm32() +// androidNativeArm64() +// androidNativeX86() +// androidNativeX64() +// // Web js { browser() diff --git a/xemantic-osc-collections/build.gradle.kts b/xemantic-osc-collections/build.gradle.kts index 3357160..eaa1b8a 100644 --- a/xemantic-osc-collections/build.gradle.kts +++ b/xemantic-osc-collections/build.gradle.kts @@ -22,33 +22,33 @@ kotlin { jvm {} - // iOS - iosX64() - iosArm64() - iosSimulatorArm64() - - // Desktop - mingwX64() - linuxX64() - linuxArm64() - macosX64() - macosArm64() - - // other apple - watchosSimulatorArm64() - watchosX64() - watchosArm32() - watchosArm64() - tvosSimulatorArm64() - tvosX64() - tvosArm64() - watchosDeviceArm64() - - // other android - androidNativeArm32() - androidNativeArm64() - androidNativeX86() - androidNativeX64() +// // iOS +// iosX64() +// iosArm64() +// iosSimulatorArm64() +// +// // Desktop +// mingwX64() + linuxX64() +// linuxArm64() +// macosX64() +// macosArm64() +// +// // other apple +// watchosSimulatorArm64() +// watchosX64() +// watchosArm32() +// watchosArm64() +// tvosSimulatorArm64() +// tvosX64() +// tvosArm64() +// watchosDeviceArm64() +// +// // other android +// androidNativeArm32() +// androidNativeArm64() +// androidNativeX86() +// androidNativeX64() // Web js {