github Kotlin/dokka v1.4.30
1.4.30 Alpha

latest releases: v1.9.20, v1.9.10, v1.9.0...
3 years ago

In this release we focused on improving multi-module experience that would allow links, search and navigation to be rendered for the whole project rather than independent modules. We have also updated the compiler to 1.4.30 and introduced the versioning plugin for the multi module, that lets users generate documentation for each version incrementally and switch between them on the main page.

Breaking changes

  • Dokka multi module no longer uses generic dokka${format} task but rather dokka${format}Partial where format is the desired output format like html or gfm

Improvements and bug fixes

  • JvmName support #1675
  • Use Maven directly to download additional dependencies #1644 thanks @adangel
  • Fix docs on DProperty #1671
  • Refactor ContentTable builder and fix GFM table rendering #1682
  • Versioning #1654
  • Footer customisation #1691
  • Resolve Trove issue #1715
  • Fix incorrect DRI conversion in KotlinAsJava modes for nested definitions #1701
  • JvmOverloads (#1712) and add detection of JvmSynthetic (#1718) thanks @bishiboosh
  • Annotations for parameters #1710
  • Fix links to method parameters from documentation #1713
  • Fix displaying default Java visibility #1738
  • Add legacy KotlinWebsite format to recognized link formats #1750
  • Fix parameters in CLI and bump kotlinx.cli #1755
  • Suppress tag support #1742
  • Add ability to suppress obvious functions like equals, toString #1758
  • Make Gradle plugin use api instead of implementation for dokka-core #1771

Don't miss a new dokka release

NewReleases is sending notifications on new releases.