Skip to content

Releases: jeremymailen/kotlinter-gradle

3.8.0

21 Dec 00:20
124e8e0
Compare
Choose a tag to compare
  • Support for src/main/kotlin source sets on AGP 7
  • ktlint 0.43.2

3.7.0

08 Nov 16:29
b79ed5e
Compare
Choose a tag to compare

Upgrade to ktlint 0.43.0

Please note this version requires kotlin 1.5.31+

Compatibility matrix updated accordingly

3.6.0

04 Sep 06:38
378ae54
Compare
Choose a tag to compare

Add support for sarif reporter fixing #221

3.5.1

25 Aug 07:27
647f494
Compare
Choose a tag to compare

Fix #205 githook on windows (thanks @bespaltovyj)

3.5.0

12 Aug 06:04
053263b
Compare
Choose a tag to compare
  • upgrade to ktlint 0.42.1
  • note: this also includes the changes in 0.42.0
  • super note: kotlinter now requires kotlin 1.5.0 or later

3.4.5

11 Jun 14:33
Compare
Choose a tag to compare
  • Configuration caching support

3.4.4

04 May 22:38
fd796fa
Compare
Choose a tag to compare

3.4.3

28 Apr 21:50
d676daf
Compare
Choose a tag to compare

Now supporting back to JDK 1.8
Please ignore 3.4.2 😀

3.4.2

28 Apr 19:07
106530e
Compare
Choose a tag to compare
  • Fix built artifact to be compatible with JDK 11+
  • Pin toolchain to JDK 11 to ensure future plugin build configuration

3.4.1

28 Apr 03:42
f491f4b
Compare
Choose a tag to compare
  • No longer depends on jcenter #173
  • Better capture of status in git hooks #177
  • Dependency updates and code improvements