Vsevolod Tolstopyatov [JB]
07/09/2021, 3:11 PMkotlinx.coroutines
1.5.1 is here!
• Bi-directional cancellation in Play Services integration
• Behavioural improvements in CopyableThrowable
• Fixed annoying but rare crash with java.lang.ClassCastException: kotlin.coroutines.jvm.internal.CompletedContinuation cannot be cast to kotlinx.coroutines.internal.DispatchedContinuation
• New API reference site: https://kotlin.github.io/kotlinx.coroutines/
• Various bug fixes and improvements
Full changelog: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.5.1John O'Reilly
07/09/2021, 3:44 PMVsevolod Tolstopyatov [JB]
07/09/2021, 4:07 PM@ExperimentalTime
) API is usedJohn O'Reilly
07/09/2021, 4:09 PMtylerwilson
07/09/2021, 5:23 PM