Anyone had issue on ios side with *`Ktor native Ht...
# multiplatform
o
Anyone had issue on ios side with
Ktor native HttpClient requires kotlinx.coroutines version with 'native-mt' suffix (like '1.3.9-native-mt'). Consider checking the dependencies.
message? I’m using 1.4.1 
ktor
 in the multiplatform project?
j
Ktor depends on having
native-mt
version of Kotlinx Coroutines and unfortunately that's only available for 1.3.9 right now (though hope I think is that 1.4.1 version will be available this week)
o
oh, ok, I thought coroutines releases going consistently with versions for all branches
o
Cheers!