Skip to content

Releases: jeremymailen/kotlinter-gradle

4.0.0

08 Oct 02:12
7876456
Compare
Choose a tag to compare

Upgrade to ktlint 1.0.0

3.16.0

13 Aug 05:13
7861f4e
Compare
Choose a tag to compare

This release upgrades to ktlint 0.50.0.
Please read the linked release notes to learn about new features and fixes.

3.15.0

27 May 23:41
e567e20
Compare
Choose a tag to compare

Includes upgrades to ktlint

Read the release notes above if you use custom reporters or rules as there have been compatibility changes.

Also note that all experimental ktlint rules have been moved into the standard set.

3.14.0

14 Mar 16:41
5c890e8
Compare
Choose a tag to compare

3.14.0 contains all the changes for ktlint 0.48.1 and 0.48.2. This fixes issue #316.

Compatibility breaking change

  • Remove configuration for disabledRules and experimentalRules to fully delegate this to .editorconfig

Other bugfixes

  • Address issue #242 by providing readme example of excluding source files at the project tree level
  • Address issue #314 by including sources in published artifacts
  • Fix issue #313 by exporting ReporterType
  • Address issue #315 by logging format log statements at level WARNING so they can be hidden

3.13.0

21 Dec 09:22
10049e9
Compare
Choose a tag to compare

What's Changed

  • Added support for org.jetbrains.kotlin.js plugin in #300

Full Changelog: 3.12.0...3.13.0

3.12.0

10 Sep 07:04
787e5df
Compare
Choose a tag to compare
  • Upgrade to ktlint 0.47.1
  • Includes changes in 0.47.0
  • FIxes #262 where editorconfig was sometimes cached

3.11.1

26 Jun 09:58
9931d29
Compare
Choose a tag to compare

What's Changed

  • Fix build failures when using AGP 7.3+ with empty Android source sets - #253

Full Changelog: 3.11.0...3.11.1

3.11.0

24 Jun 04:30
169ac89
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.10.0...3.11.0

3.10.0

08 Apr 07:34
901b416
Compare
Choose a tag to compare
  • Upgrade to ktlint 0.45.2 which is mostly the changes in 0.45.0
  • Includes fix to #227 around star imports
  • Fixes #233 such that lint task is rerun on .editorconfig changes

Compatibilty
In preparation for ktlint 0.46.0 release, the kotlinter extension indentSize parameter is no longer supported. Use .editorconfig indent_size parameter instead.

3.9.0

22 Feb 06:43
dd951c0
Compare
Choose a tag to compare

Upgrade to ktlint 0.44.0