Releases: JLLeitschuh/ktlint-gradle
Releases · JLLeitschuh/ktlint-gradle
v14.2.0
[14.2.0] - 2026-03-12
- Check property existence with providers (Make plugin compatible with Isolated Projects) by @eduardbosch in #1032
- support ktlint-plugins.properties for ktlint version by @wakingrufus in #1034
New Contributors
- @eduardbosch made their first contribution in #1032
Full Changelog: v14.1.0...v14.2.0
v14.1.0
v14.0.1
v13.1.0 - Gradle 9 Support
[13.1.0] - 2025-08-21
- Gradle 9 Support #937
NOTE Although there were no breaking API changes in this release, the custom reporter API has a binary-incompatible change, although it is source-compatible. Any library built on top of this may need to recompile against the new version.
v13.0.0
v13.0.0-rc.1
v12.3.0
[12.3.0] - 2025-05-22
Changed
- Updated build to use Gradle version 8.13 #850
- Updated the following dependencies: #852
- Build plugin:
org.jetbrains.kotlin.jvmto2.1.20 - Build plugin:
org.jetbrains.kotlin.jsto2.1.20 - Build plugin:
com.android.applicationto7.3.1 - Sample Dependency:
androidx.fragment:fragment-ktxto1.8.6 - Sample Dependency:
com.google.android.material:materialto1.12.0 - Sample Dependency:
androidx.test:runnerto1.6.2 - Sample Dependency:
junitto4.13.2
- Build plugin:
- Marked
KtlintInstallGitHookTaskas an@UntrackedTaskto prevent it from being included in the configuration cache. #862
Fixed
v12.3.0-rc.7
[12.3.0-rc.7]
Changed
- Updated build to use Gradle version 8.13 #850
- Updated the following dependencies: #852
- Build plugin:
org.jetbrains.kotlin.jvmto2.1.20 - Build plugin:
org.jetbrains.kotlin.jsto2.1.20 - Build plugin:
com.android.applicationto7.3.1 - Sample Dependency:
androidx.fragment:fragment-ktxto1.8.6 - Sample Dependency:
com.google.android.material:materialto1.12.0 - Sample Dependency:
androidx.test:runnerto1.6.2 - Sample Dependency:
junitto4.13.2
- Build plugin:
- Marked
KtlintInstallGitHookTaskas an@UntrackedTaskto prevent it from being included in the configuration cache. #862
Fixed
v12.3.0-rc.6
[12.3.0-rc.6] - 2025-02-27
Changed
- Updated build to use Gradle version 8.13 #850
- Updated the following dependencies: #852
- Build plugin:
org.jetbrains.kotlin.jvmto2.1.20 - Build plugin:
org.jetbrains.kotlin.jsto2.1.20 - Build plugin:
com.android.applicationto7.3.1 - Sample Dependency:
androidx.fragment:fragment-ktxto1.8.6 - Sample Dependency:
com.google.android.material:materialto1.12.0 - Sample Dependency:
androidx.test:runnerto1.6.2 - Sample Dependency:
junitto4.13.2
- Build plugin:
- Marked
KtlintInstallGitHookTaskas an@UntrackedTaskto prevent it from being included in the configuration cache. #862
Fixed
v12.2.0
[12.2.0] - 2025-02-27
- Update Gradle wrapper and Gradle versions for testing. #819
- Test against newest kotlin, gradle, ktlint, and AGP versions #833. Drop testing for gradle 7.4 and 7.5 because they cause our tests with kotlin 2.x to fail, but the plugin will still work in those gradle versions if kotlin 1.x is being used