Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.10.2 source code.tar.gz | 2025-04-04 | 7.2 MB | |
1.10.2 source code.zip | 2025-04-04 | 7.9 MB | |
README.md | 2025-04-04 | 583 Bytes | |
Totals: 3 Items | 15.1 MB | 5 |
- Fixed the
kotlinx-coroutines-debug
JAR file including themodule-info.class
file twice, resulting in failures in various tooling (#4314). Thanks, @RyuNen344! - Fixed
Flow.stateIn
hanging 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 (#4272). - Fixed
runBlocking
failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399). - Small tweaks, fixes, and documentation improvements.