Skip to content

Commit

Permalink
Add support for linuxArm64/X64 and mingwX64
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalter089 committed Dec 18, 2024
1 parent 7d18c4a commit 9571d4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions annotations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ kotlin {
iosX64()
iosArm64()
iosSimulatorArm64()
linuxArm64()
linuxX64()
macosX64()
macosArm64()
mingwX64()
js(IR) {
moduleName = property("POM_ARTIFACT_ID").toString()
browser()
Expand Down
3 changes: 3 additions & 0 deletions circuit/annotations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ kotlin {
iosX64()
iosArm64()
iosSimulatorArm64()
linuxArm64()
linuxX64()
macosX64()
macosArm64()
mingwX64()
js(IR) {
moduleName = property("POM_ARTIFACT_ID").toString()
browser()
Expand Down

0 comments on commit 9571d4e

Please sign in to comment.