Releases: jeremymailen/kotlinter-gradle
Releases · jeremymailen/kotlinter-gradle
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
3.16.0
3.15.0
3.14.0
3.13.0
What's Changed
- Added support for
org.jetbrains.kotlin.js
plugin in #300
Full Changelog: 3.12.0...3.13.0
3.12.0
3.11.1
What's Changed
- Fix build failures when using AGP 7.3+ with empty Android source sets - #253
Full Changelog: 3.11.0...3.11.1
3.11.0
What's Changed
Full Changelog: 3.10.0...3.11.0
3.10.0
- Upgrade to ktlint 0.45.2 which is mostly the changes in 0.45.0
- Includes fix to #227 around star imports
- Fixes #233 such that lint task is rerun on .editorconfig changes
Compatibilty
In preparation for ktlint 0.46.0 release, the kotlinter
extension indentSize
parameter is no longer supported. Use .editorconfig indent_size
parameter instead.