Rodrigo Munera
10/12/2023, 3:12 PMHttpClient: REQUEST https://<mystagingserver>/auth_token failed with exception: kotlin.IllegalStateException: TLS sessions are not supported on Native platform.
Function doesn't have or inherit @Throws annotation and thus exception isn't propagated from Kotlin to Objective-C/Swift as NSError.
It is considered unexpected and unhandled instead. Program will be terminated.
These are the sourcesets I've set up in my build.gradle.kts file under my shared folder. What am I missing? I added my okhttp dependency for the android project in the separate gradle build file under that module so that side works finee5l
10/12/2023, 3:14 PMlibs.ktor.client.cio
to the jvmMain
source set ?Rodrigo Munera
10/12/2023, 3:15 PMe5l
10/12/2023, 3:16 PMRodrigo Munera
10/12/2023, 3:18 PMe5l
10/12/2023, 3:19 PMHttpClient() {
Rodrigo Munera
10/12/2023, 3:21 PMe5l
10/12/2023, 3:21 PM