diff --git a/README.md b/README.md index 82ddc73..1b7b235 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,9 @@ Currently, artifacts for the following platforms are supported: The supported Native targets are (following the Kotlin/Native [target support guidelines][1]): -| Tier 1 | Tier 2 | Tier 3 | -|:---------|:---------|:---------| -| macosX64 | linuxX64 | mingwX64 | +| Tier 1 | Tier 2 | Tier 3 | +|:------------------|:------------------|:---------| +| macosX64 | linuxX64 | mingwX64 | +| macosArm64 | linuxArm64 | | [1]: https://kotlinlang.org/docs/native-target-support.html diff --git a/build.gradle.kts b/build.gradle.kts index f51697b..57369cd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -82,8 +82,10 @@ kotlin { } linuxX64() + linuxArm64() mingwX64() macosX64() + macosArm64() sourceSets { commonTest {