Dokka 1.7.0 has been released 🎉
Highlights:
• Kotlin 1.7 & Support for definitely-non-nullable types
• Don't expose enum entry constructor arguments
• Preserve ordering of enum entries as in source code, previously reversed
• Improved support for inherited
Java
fields with accessors, now properly interpreted as `val`/`var` properties
• Make rendered default value dependent on source set for expect/actual declarations
• Better support for Kotlin/native libraries in KMP projects
• [HTML] Render quotes as blockquotes instead of code blocks
• [GFM] Support rendering of code blocks and inline code used in KDocs
And a bunch of other changes and bugfixes along with stability improvements.
Full release notes: https://github.com/Kotlin/dokka/releases/tag/v1.7.0