https://kotlinlang.org logo
#coroutines
Title
# coroutines
v

Vsevolod Tolstopyatov [JB]

03/03/2021, 3:50 PM
📣 📣 📣
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

Oleg Yukhnevich

03/04/2021, 7:52 PM
@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

Paul Woitaschek

03/05/2021, 9:45 AM
@Oleg Yukhnevich Just hitting exactly that right now. Did you find a solution?
o

Oleg Yukhnevich

03/05/2021, 10:07 AM
Not yet I will create an issue and try to create minimal reproducer later today
2 Views