Skip to content

5.0.0

Compare
Choose a tag to compare
@jeremymailen jeremymailen released this 12 Dec 08:19
· 3 commits to master since this release
be97894

Major release

  • Kotlinter now runs in Gradle worker process isolation yielding much more stable compatibility with different Kotlin versions
  • You may now override the ktlintVersion in configuration
  • Easier inclusion of custom rules

Compatibility breaking changes

  • The kotlinter configuration property failBuildWhenCannotAutoFormat changed to ignoreFormatFailures with default value true.
  • The kotlinter configuration property ignoreFailures changed to ignoreLintFailures
  • You no longer add custom ktlint rule sets by adding to the buildscript classpath. Instead a more convenient ktlint dependency configuration is provided. See Custom Rules.

New features

  • New kotlinter configuration property ktlintVersion allows overriding the default version of ktlint used.

Fixes

  • Support for Kotlin 2.1+

Upgrades