Skip to content

0.1.0-alpha.21

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 13:18

Added

  • docs plugin autogenerate .docs and children dirs if they don't exist
  • docs can generate a complete website via mkdocs
  • docs autogenerate nav bar by adding Changelog, API docs and Projects
  • Autogenerate detekt IDEA plugin config in .idea directory
  • Autogenerate ktfmt IDEA plugin config in .idea directory

Changed

  • code-formatter is applied to all Kotlin projects by adding it in root build.gradle.kts
  • readme-badges-generator rename generateReadmeBadges task to buildReadmeBadges
  • Changelog registers mergeChangelog task instead of merging automatically with patchChangelog
  • Dokka is automatically applied to all projects that are applying Kotlin Gradle plugin

Removed

  • jcenter()

Fixed

  • module docs generated hasn't MODULE.md info
  • All publish-* plugins have using Dokka incorrectly