Skip to content

Commit 6a4cf13

Browse files
author
Abduqodiri Qurbonzoda
committed
Add macosArm64 target to :examples:kotlin-multiplatform project
1 parent a6fd498 commit 6a4cf13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/kotlin-multiplatform/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ kotlin {
2323
}
2424

2525
macosX64 { }
26+
macosArm64 { }
2627
linuxX64 { }
2728
mingwX64 { }
2829

@@ -47,6 +48,7 @@ kotlin {
4748
dependsOn(commonMain)
4849

4950
macosX64Main.dependsOn(it)
51+
macosArm64Main.dependsOn(it)
5052
linuxX64Main.dependsOn(it)
5153
mingwX64Main.dependsOn(it)
5254
}
@@ -101,6 +103,7 @@ benchmark {
101103
}
102104
register("js")
103105
register("macosX64")
106+
register("macosArm64")
104107
register("linuxX64")
105108
register("mingwX64")
106109
}

0 commit comments

Comments
 (0)