Skip to content

Commit 6d73398

Browse files
authored
Add watchosDeviceArm64 to Okio projects
As of [Okio 3.7.0](https://github.com/square/okio/blob/master/CHANGELOG.md#version-370) (currently using on `3.9.0`) projects that depend on Okio can start building and releasing for `watchosDeviceArm64`.
1 parent 10778f3 commit 6d73398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/native-targets-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ kotlin {
3636

3737
// Tier 3
3838
mingwX64()
39+
watchosDeviceArm64()
3940
// https://github.com/square/okio/issues/1242#issuecomment-1759357336
4041
if (doesNotDependOnOkio(project)) {
4142
androidNativeArm32()
4243
androidNativeArm64()
4344
androidNativeX86()
4445
androidNativeX64()
45-
watchosDeviceArm64()
4646

4747
// Deprecated, but not removed
4848
linuxArm32Hfp()
@@ -61,4 +61,4 @@ kotlin {
6161

6262
fun doesNotDependOnOkio(project: Project): Boolean {
6363
return !project.name.contains("json-okio") && !project.name.contains("json-tests")
64-
}
64+
}

0 commit comments

Comments
 (0)