Skip to content

Release v0.1.0-indev05

Pre-release
Pre-release
Compare
Choose a tag to compare
@mfederczuk mfederczuk released this 14 Jun 11:37
· 100 commits to v0 since this release
v0.1.0-indev05
cc1744f
  • New experimentalRulesEnabled configuration property for adding the --experimental flag to the ktlint invocation

    ktlint {
        version = ...
    
        experimentalRulesEnabled = true
        // or
        enableExperimentalRules()
    }
  • The plugin is now Java 11 compatible