hfhbd
01/13/2022, 1:24 PMval xcf = XCFramework()
fun KotlinNativeTarget.config() {
binaries {
framework {
baseName = "shared"
export("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
xcf.add(this)
}
}
}
iosArm64 { config() }
iosSimulatorArm64 { config() }
macosArm64 { config() }
macosX64 { config() }
iOS targets work without any problem, macOS fails with `Fat frameworks are not supported for platform `macos_arm64``Tushar Janefalkar
04/15/2022, 4:41 PMhfhbd
04/16/2022, 8:09 AMStefan Oltmann
04/19/2022, 6:37 AM