Aidan
04/18/2025, 6:31 PMfailed with exception: kotlin.IllegalStateException: TLS sessions are not supported on Native platform.
Internet searches aren't giving me a ton of good info. Does anyone know if CIO is fully supported or not for iOS?Aidan
04/18/2025, 6:34 PMrocketraman
04/18/2025, 6:48 PMrocketraman
04/18/2025, 6:48 PMrocketraman
04/18/2025, 6:52 PMDarwin
engine for iOS though. You can provide the engine via an expect/actual.Aidan
04/18/2025, 7:02 PM3.1.2
. I have got Darwin to work, but I'm asking out of curiosity as the docs mostly seem to indicate that it should work, and at this point early on in my project's adoption of KMP, I wanted to make sure I understood the options as to which engines could be used.rocketraman
04/18/2025, 7:03 PMrocketraman
04/18/2025, 7:05 PMAidan
04/18/2025, 7:06 PMrocketraman
04/18/2025, 7:06 PMAidan
04/18/2025, 7:06 PMrocketraman
04/18/2025, 7:08 PMHttpClient
you just don't specify the engine -- simply include the darwin engine in your iosMain
source set and the CIO engine in the androidMain
source set.rocketraman
04/18/2025, 7:09 PMAidan
04/18/2025, 7:21 PMSean Chin Jun Kai
04/19/2025, 4:25 AM