0.6.2 • Dokka 2.2.0
Gradle plugin
- Refuse to overwrite files (2ef5c568, !94)
- Removed mentions of Dokkatoo in task descriptions (fea0f089, !94)
Dependencies
- Dokka 2.2.0
- Gradle 9.4.1
:aggregator not being published to MavenCentral (!92)This release contains a large amount of fixes and UX improvements for long-standing issues. The configuration doesn't change, but the URL of generated pages does.
This release includes all the major changes we expected before stabilization. We are thus officially graduating this project to Beta! There may still be bugs to fix, but we are not planning breaking changes, so this is the best time to send us feedback.
Thanks to @t-regbs for contributing multiple fixes.
Thanks to the Dokka team for a multi-months discussion that lead to figuring out the source of these problems.
This version contains a large refactor from a single :renderer module to the addition of an :aggregator module.
Configuration for users does not change.
However, the output does. Previously, the paths contained the display name of each module, they know contain its technical name:
Additionally, this allows us to fix multiple long-standing issues:
Kotlin allows library authors to structure code in various creative ways for different reasons. However, this can make the generated documentation harder to navigate.
To facilitate finding information, the generated documentation hides some of these structuring decisions:
Our goal is to make it easier for users to find information. We're interested in your feedback.