Skip to content

Releases: jeremymailen/kotlinter-gradle

3.4.0

24 Mar 07:22
b146360
Compare
Choose a tag to compare

3.3.0

07 Dec 02:43
4a875ea
Compare
Choose a tag to compare

3.2.0

15 Sep 07:07
f043405
Compare
Choose a tag to compare

Upgrade to ktlint 0.39.0

3.1.1

15 Sep 06:52
59caa3b
Compare
Choose a tag to compare

Fix #161

3.1.0

14 Sep 03:02
f4eb05a
Compare
Choose a tag to compare
  • Support for Kotlin Multiplatform

3.0.2

27 Aug 08:43
4f6944a
Compare
Choose a tag to compare
  • only write git hook file when it needs an update

3.0.1

27 Aug 05:18
fd9fc86
Compare
Choose a tag to compare

Fix #156 where gradle parallel mode caused kotlinter tasks to crash by using a separate worker per task

3.0.0

25 Aug 06:33
c1789b1
Compare
Choose a tag to compare

Major release!

Deprecated functionality removed:

  • fileBatchSize parameter -- each sourceSet now comprises a batch
  • editorConfigPath parameter -- .editorconfig files are automatically located and applied according to the standard
  • continuationIndentSize parameter -- deprecated and unused before, presence is now an error

2.4.1

18 Jun 06:20
d59f5a7
Compare
Choose a tag to compare
  • upgrade to ktlint 0.37.2 which fixes issues with imports
  • address hook install task not appearing #142

2.4.0

10 Jun 08:01
efc536f
Compare
Choose a tag to compare
  • Upgrade to ktlint 0.37.1
    Features from 0.37.0
    Fixes from 0.37.1
    *Note: changes to indentation rules and import ording will be noticable. The price of progress 🚀.

  • Task to add git pre-push hook coutesy of @dinomite