Skip to content

Commit

Permalink
Add support for linuxArm64/X64 to annotations (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalter089 authored Dec 19, 2024
1 parent 7d18c4a commit 67bb469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions annotations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ kotlin {
iosX64()
iosArm64()
iosSimulatorArm64()
linuxArm64()
linuxX64()
macosX64()
macosArm64()
js(IR) {
Expand Down

0 comments on commit 67bb469

Please sign in to comment.