kotlinx.coroutines doesn’t seem to have a version ...
# coroutines
s
kotlinx.coroutines doesn’t seem to have a version out that’s binary compatible with the latest kotlin/native compiler. When can we expect to see such a release?
e
Coroutines
1.2.1
is built with Kotlin
1.3.30
. It should be compatible with
1.3.31
, too.
s
I’ll have to double-check, but last time I tried compiling a multiplatform project for Linux with coroutines-core-linuxx64 version 1.2.1 and Kotlin 1.3.31, the ABI versions were incompatible. coroutines had ABI 5, and the compiler was expecting 8.