- Fixed the
kotlinx-coroutines-debugJAR file including themodule-info.classfile twice, resulting in failures in various tooling (#4314). Thanks, @RyuNen344! - Fixed
Flow.stateInhanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @francescotescari! - Improved handling of dispatcher failures in
.limitedParallelism(#4330) and during flow collection (#42...