https://kotlinlang.org logo
#dokka
Title
# dokka
i

Ignat Beresnev

06/20/2022, 2:53 PM
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
🎉 6
l

Lukas K-G

06/20/2022, 7:58 PM
Congrats on the release. 🎉
🙏 2
K 2
4 Views