ktorio / ktor

Framework for quickly creating connected applications in Kotlin with minimal effort
https://ktor.io
Apache License 2.0
12.86k stars 1.04k forks source link

Adding watchosDeviceArm64 support #4062

Open nathanfallet opened 4 months ago

nathanfallet commented 4 months ago

Due to https://youtrack.jetbrains.com/issue/KTOR-6368/Add-watchosDeviceArm64-target, I'm trying to add support for watchosDeviceArm64 on ktor.

Might be linked to https://github.com/Him188/yamlkt/issues/67 and https://github.com/Him188/yamlkt/pull/72

EDIT: In case it is not possible to add it on server side due to yamlkt, would it be possible to add it on client side anyway? EDIT 2: I'm working on adding watchosDeviceArm64 to yamlkt, I'm just waiting for my PR (72 mentioned before) to get merged and released

whyoleg commented 3 weeks ago

FYI: it was resolved in https://github.com/ktorio/ktor/pull/4191