Skip to content

Commit e7b6fa6

Browse files
committed
Add linuxArm64 native target
1 parent e94d679 commit e7b6fa6

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)