github jeremymailen/kotlinter-gradle 5.0.0

latest releases: 5.2.0, 5.1.1, 5.1.0...
8 months ago

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

Don't miss a new kotlinter-gradle release

NewReleases is sending notifications on new releases.