Skip to content

Commit

Permalink
Add watchosDeviceArm64
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Jul 11, 2023
1 parent 10fef3b commit 97c69bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Expand Up @@ -110,6 +110,7 @@ kotlin {
watchosArm32()
watchosArm64()
watchosSimulatorArm64()
watchosDeviceArm64()
tvosX64()
tvosArm64()
tvosSimulatorArm64()
Expand Down Expand Up @@ -181,7 +182,8 @@ kotlin {
"tvosArm64",
"tvosSimulatorArm64",
"macosX64",
"macosArm64"
"macosArm64",
"watchosDeviceArm64",
)

val commonMain by getting
Expand Down

0 comments on commit 97c69bd

Please sign in to comment.