https://kotlinlang.org logo
Title
s

serebit

04/30/2019, 3:46 PM
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

elizarov

04/30/2019, 3:49 PM
Coroutines
1.2.1
is built with Kotlin
1.3.30
. It should be compatible with
1.3.31
, too.
s

serebit

04/30/2019, 3:53 PM
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.