Sourced from dokka-gradle-plugin's releases.
1.4.30 Alpha
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 ratherdokka${format}Partialwhereformatis the desired output format likehtmlorgfmImprovements and bug fixes
- JvmName support https://github.com/facebook/flipper/issues/1675
- Use Maven directly to download additional dependencies https://github.com/facebook/flipper/issues/1644 thanks
@​adangel- Fix docs on DProperty https://github.com/facebook/flipper/issues/1671
- Refactor ContentTable builder and fix GFM table rendering https://github.com/facebook/flipper/issues/1682
- Versioning https://github.com/facebook/flipper/issues/1654
- Footer customisation https://github.com/facebook/flipper/issues/1691
- Resolve Trove issue https://github.com/facebook/flipper/issues/1715
- Fix incorrect DRI conversion in KotlinAsJava modes for nested definitions https://github.com/facebook/flipper/issues/1701
- JvmOverloads (https://github.com/facebook/flipper/issues/1712) and add detection of JvmSynthetic (https://github.com/facebook/flipper/issues/1718) thanks
@​bishiboosh- Annotations for parameters https://github.com/facebook/flipper/issues/1710
- Fix links to method parameters from documentation https://github.com/facebook/flipper/issues/1713
- Fix displaying default Java visibility https://github.com/facebook/flipper/issues/1738
- Add legacy KotlinWebsite format to recognized link formats https://github.com/facebook/flipper/issues/1750
- Fix parameters in CLI and bump kotlinx.cli https://github.com/facebook/flipper/issues/1755
- Suppress tag support https://github.com/facebook/flipper/issues/1742
- Add ability to suppress obvious functions like equals, toString https://github.com/facebook/flipper/issues/1758
- Make Gradle plugin use
apiinstead ofimplementationfor dokka-core https://github.com/facebook/flipper/issues/1771
4f6db70 Don't document Dokka for local publication6645763 Remove explicit publishing from s3 testsf10455d Use Nexus publish plugin for publishing to Sonatype05ae0ef Add publication version assertion29e052a Rewrite Gradle plugin publicationdac0958 Add OSSRH repositories301ee38 Fix not escaping module name in DefaultExternalModuleLinkResolver (https://github.com/facebook/flipper/issues/1777)f5c791a Bump korte to 2.0.7 (https://github.com/facebook/flipper/issues/1773)31506ae Make Gradle plugin use api instead of implementation for core (https://github.com/facebook/flipper/issues/1771)4899f65 Fix multimodule sourcesets dependencies (https://github.com/facebook/flipper/issues/1766)