| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.9.10 source code.tar.gz | 2023-10-16 | 4.7 MB | |
| 1.9.10 source code.zip | 2023-10-16 | 5.6 MB | |
| README.md | 2023-10-16 | 629 Bytes | |
| Totals: 3 Items | 10.3 MB | 0 | |
General
- Fix re-emerged code analysis concurrency issues which led to flaky builds (#1599, [#3143])
- Preserve the order of collection items when deserializing Dokka's configuration (#3006). Thanks to @eunwoop!
HTML format
- Fix an indefinite loop in the script that resizes symbol signature blocks (#3116)
Gradle
- Fix resolution of platform dependencies for Kotlin 1.9 / Gradle 8 (#3153, [#3147])
- Mark tasks as not compatible with the Gradle configuration cache (#3070). Thanks to @BoD!
Java
- Fix Java contravariant types being represented as covariant (#3091). Thanks to @juliamcclellan!