Skip to content

Releases: usefulness/ktlint-gradle-plugin

v0.14.0

27 Apr 13:41
341e25c

Choose a tag to compare

What's Changed

  • Fix Gradle 9.4.1 compatibility
  • Fix AGP <9.0 not detecting kotlin source sets properly in #475

Full Changelog: v0.13.0...v0.14.0

v0.13.0

27 Jan 21:45
09de591

Choose a tag to compare

What's Changed

  • Support com.android.test projects in #450

Full Changelog: v0.12.1...v0.13.0

v0.12.1

27 Jan 00:54
6dbf992

Choose a tag to compare

What's Changed

  • Avoid duplicated tasks registration on com.android.kotlin.multiplatform.library plugin in #449
  • Migrate away from deprecated AGP apis for better futureproofing

Full Changelog: v0.12.0...v0.12.1

v0.12.0

19 Jan 23:48
61e3d11

Choose a tag to compare

What's Changed

  • Support AGP 9 plugins (including com.android.kotlin.multiplatform.library)
  • The plugin now requires Java 17, Kotlin 2.2 & Gradle 9.1

Full Changelog: v0.11.0...v0.12.0

v0.11.0

09 Jul 15:21
8ab89aa

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

28 Aug 11:24
91ae14a

Choose a tag to compare

What's Changed

  • Fix isolated projects compatibility by @lwasyl in #263

Full Changelog: v0.9.0...v0.10.0

v0.9.0

04 Mar 15:27
c784ef3

Choose a tag to compare

What's Changed

  • Bump ktlint to v1.2.1
  • Improve configuration-cache compatibility. Modifying .editorconfig will not validate configuration cache anymore in #187
  • Bundle LICENSE file in the published .jar in #188
  • Introduce new validateEditorConfigForKtlint task which validates if the project is configured in a deterministic way. By default it prints warnings logs, but its behavior can be configured via ktlint { editorConfigValidation = ... } extension (to either do nothing or fail the build) in #187

Full Changelog: v0.8.2...v0.9.0

v0.8.2

22 Feb 21:07
ab2d2a3

Choose a tag to compare

What's Changed

  • Print file path when ktlint fails to parse the file in #177
  • Migrate away deprecated loadBaseline method in #169

Full Changelog: v0.8.1...v0.8.2

v0.8.1

08 Jan 22:38
814670a

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 Dec 14:53
059e337

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0