Thank you for this library. It's not compatible with watchOS though for a few reasons:
- The openssl library used doesn't seem to be available for watchOS:
w: KLIB resolver: Could not find "openssl-watchos-arm64" in [/Users/christian/Projects/*****, /Users/christian/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.10/klib/common, /Users/christian/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.10/klib/platform/watchos_arm64]
- Your project is missing the
watchosDeviceArm64() target (mix of 64bit and 32bit), needs additional work throughout the porject
- watchOS doesn't allow for "low level network connections", which basically means anything that's not HTTP. Will work on the simulator but not on a real device. While I couldn't test this for the other two reasons, I'd be very surprised if the connection wouldn't immediately fail
I think it would be best to remove the watchOS targets and remove the documentation stating it's compatible
Thank you for this library. It's not compatible with watchOS though for a few reasons:
w: KLIB resolver: Could not find "openssl-watchos-arm64" in [/Users/christian/Projects/*****, /Users/christian/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.10/klib/common, /Users/christian/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.10/klib/platform/watchos_arm64]watchosDeviceArm64()target (mix of 64bit and 32bit), needs additional work throughout the porjectI think it would be best to remove the watchOS targets and remove the documentation stating it's compatible