Vsevolod Tolstopyatov [JB]
03/03/2021, 3:50 PMkotlinx.coroutines
1.4.3 and 1.4.3-native-mt are here!
• CoroutineStart.UNDISPATCHED
promoted to stable API
• Better support of ThreadContextElement
and its integrations
• Proper support of onUndeliveredElement
in unlimited channels
• Various performance improvements and bug fixes
Full changelog: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.4.3Oleg Yukhnevich
03/04/2021, 7:52 PM'java.lang.Object kotlinx.coroutines.TimeoutKt.withTimeout-lwyi7ZQ(double, kotlin.jvm.functions.Function2, kotlin.coroutines.Continuation)'
java.lang.NoSuchMethodError: 'java.lang.Object kotlinx.coroutines.TimeoutKt.withTimeout-lwyi7ZQ(double, kotlin.jvm.functions.Function2, kotlin.coroutines.Continuation)'
on K/JVM (IR) target
K/Native and K/JS targets works well
project (rsocket-kotlin) has several dependencies with coroutines inside (ktor f.e.), is it because of it, or anything else?
is it related to changed mangling scheme for inline classesPaul Woitaschek
03/05/2021, 9:45 AMOleg Yukhnevich
03/05/2021, 10:07 AM