:mega: :mega: :mega: `kotlinx.coroutines` 1.4.3 an...
# coroutines
v
📣 📣 📣
kotlinx.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.3
🎉 27
🦜 4
o
@Vsevolod Tolstopyatov [JB] is it something known issue after upgrading to 1.4.3-native-mt:
Copy code
'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 classes
p
@Oleg Yukhnevich Just hitting exactly that right now. Did you find a solution?
o
Not yet I will create an issue and try to create minimal reproducer later today