Skip to content

Commit a93d861

Browse files
authored
Merge pull request #121 from n-hass/feat/linuxarm64-target
Add linuxArm64 native target
2 parents e94d679 + e7b6fa6 commit a93d861

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

kstatemachine-coroutines/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ kotlin {
2424
macosX64()
2525
macosArm64()
2626
linuxX64()
27+
linuxArm64()
2728
mingwX64()
2829
js {
2930
browser()

kstatemachine-serialization/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ kotlin {
2525
macosX64()
2626
macosArm64()
2727
linuxX64()
28+
linuxArm64()
2829
mingwX64()
2930
js {
3031
browser()

kstatemachine/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ kotlin {
2424
macosX64()
2525
macosArm64()
2626
linuxX64()
27+
linuxArm64()
2728
mingwX64()
2829
js {
2930
browser()

0 commit comments

Comments
 (0)