Skip to content

Commit

Permalink
Add more native targets
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed Dec 3, 2024
1 parent 36ff19b commit 9f78f2e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ kotlin {
}

linuxX64()
linuxArm64()

mingwX64()

Expand All @@ -23,4 +24,5 @@ kotlin {

iosX64()
iosArm64()
iosSimulatorArm64()
}

0 comments on commit 9f78f2e

Please sign in to comment.