Skip to content

Commit 840e5c1

Browse files
committed
add ARM cpu targets
1 parent 2e5d985 commit 840e5c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ kotlin {
8282
}
8383

8484
linuxX64()
85+
linuxArm64()
8586
mingwX64()
8687
macosX64()
88+
macosArm64()
8789

8890
sourceSets {
8991
commonTest {

0 commit comments

Comments
 (0)