Skip to content

Commit cccef20

Browse files
authored
Add watchOS targets (#57)
1 parent b7b88ce commit cccef20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ kotlin {
4343
iosX64()
4444
iosArm64()
4545
iosSimulatorArm64()
46+
watchosX64()
47+
watchosArm64()
48+
watchosSimulatorArm64()
4649
}
4750

4851
if (HostManager.hostIsMingw || HostManager.hostIsMac) {

0 commit comments

Comments
 (0)