Releases: jeremymailen/kotlinter-gradle
Releases · jeremymailen/kotlinter-gradle
4.5.0
- Upgrade to ktlint 1.4.1
- Note, now requires Kotlin version 2.0+
4.4.1
- Upgrade to ktlint 1.3.1
4.4.0
- Upgrade to ktlint 1.3.0
- Upgrade to kotlin 2.0
ktlint 1.3.0 introduces some significant formatting rule changes, so you may find applying this newer version will introduce a lot of changes.
4.3.0
4.2.0
4.1.1
Small release, but two important fixes:
- #327 Fix Lint and Format Tasks not re-running after editorconfig changes 🎉 (thank you for spotting the fix @mateuszkwiecinski)
- Fix lint warning
4.1.0
4.0.1
Update to ktlint 1.0.1
4.0.0
Upgrade to ktlint 1.0.0
- Official stable 1.0 of ktlint 🎉
- Lots of changes, see here: https://github.com/pinterest/ktlint/releases/tag/1.0.0
- See kotlinter compatibility matrix