Hi everyone, I’m migrating to kotlin 1.5 on a mult...
# ktor
m
Hi everyone, I’m migrating to kotlin 1.5 on a multiplatform project (ios, android) and it seems like ktor is embedding coroutines 1.4.3. The recommended coroutines version according to the doc is 1.5.0-RC which breaks binary compatibility with 1.4.3. Is there a timeline for when ktor would update fully to kotlin 1.5.0 and coroutines 1.5.0-RC at least?
j
Ktor also depends I believe on the
native-mt
version of kotlinx coroutines....not sure if a 1.5 version of that is available yet?
m
yes it is. 1.5.0-RC-native-mt is available I depend on it too. usually both regular and
native-mt
versions are built at the same time
j
ah, cool....is there official 1.5 version yet as well?
m
for coroutines, unfortunately it stops at RC so far. Would that be the reason why ktor hasnt upgraded to coroutines 1.5 yet?
j
"usually both regular and 
native-mt
 versions are built at the same time" that was case I think for last release but hadn't typically been before that...
m
I don’t know honestly. I never had trouble depending on the native-mt version of coroutines. I think I read somewhere since 1.4.2 they’re built at the same time
m
awesome!!!. Thank you