Add macos build targets (#104)

* Add macos build targets

* Update snapshot publishing script
This commit is contained in:
Fabrice Drouin
2024-03-04 17:58:20 +01:00
committed by GitHub
parent b2eb68bf83
commit bae4744bcb
6 changed files with 69 additions and 39 deletions

View File

@@ -6,6 +6,7 @@ org.gradle.parallel = true
kotlin.code.style = official
kotlin.native.ignoreDisabledTargets = true
kotlin.mpp.enableCInteropCommonization=true
kotlin.native.cacheKind.macosArm64=none
# Android
android.useAndroidX = true