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

@@ -57,6 +57,8 @@ kotlin {
}
linuxX64()
macosX64()
macosArm64()
iosX64()
iosArm64()
iosSimulatorArm64()