Skip to content

v0.24.0

Compare
Choose a tag to compare
@mateuszkwiecinski mateuszkwiecinski released this 11 Apr 10:16
· 466 commits to master since this release
ebfe369

Changed

  • The issuechecker dependency has been moved from jcenter() to mavenCentral()
  • Breaking kapt is not enabled automatically by default
  • Update Kotlin plugin to 1.4.32
  • Divide plugins into multiple functional groups to avoid adding unnecessary dependencies
  • Update Detekt to version 1.16.0 see release notes
  • Update kotlinter-gradle to version 3.4.0, see release notes
  • Breaking: Quality plugin can't be disabled anymore. The dependency has been added either way, so the plugin will now always create quality realated tasks.
  • Breaking: Changed default release tag format for new projects. This change follows axion-release-plugin convention.
  • Breaking: The plugin has been now divided into multiple smaller artifacts. The change is breaking only if the legacy plugin application is used.
    com.project.starter:plugins can now be replaced with com.project.starter:jvm or com.project.starter:android or just com.project.starter:quality.
    Applying just jvm project doesn't require adding google() repository dependency anymore. - (#155)
  • The plugin is now compatible with Gradle 7.0