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
John O'Reilly
11/18/2020, 4:15 PM
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
Oleh
11/18/2020, 4:18 PM
oh, ok, I thought coroutines releases going consistently with versions for all branches