We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10778f3 commit 6d73398Copy full SHA for 6d73398
buildSrc/src/main/kotlin/native-targets-conventions.gradle.kts
@@ -36,13 +36,13 @@ kotlin {
36
37
// Tier 3
38
mingwX64()
39
+ watchosDeviceArm64()
40
// https://github.com/square/okio/issues/1242#issuecomment-1759357336
41
if (doesNotDependOnOkio(project)) {
42
androidNativeArm32()
43
androidNativeArm64()
44
androidNativeX86()
45
androidNativeX64()
- watchosDeviceArm64()
46
47
// Deprecated, but not removed
48
linuxArm32Hfp()
@@ -61,4 +61,4 @@ kotlin {
61
62
fun doesNotDependOnOkio(project: Project): Boolean {
63
return !project.name.contains("json-okio") && !project.name.contains("json-tests")
64
-}
+}
0 commit comments