Releases: jeremymailen/kotlinter-gradle
Releases · jeremymailen/kotlinter-gradle
3.4.0
- upgrade to ktlint 0.41.0 https://github.com/pinterest/ktlint/releases/tag/0.41.0
- switch to maven central as primary dependency repo
3.3.0
Upgrade to ktlint 0.40.0
Changelog here: https://github.com/pinterest/ktlint/releases/tag/0.40.0
Known issues:
pinterest/ktlint#997
3.2.0
3.1.1
3.1.0
- Support for Kotlin Multiplatform
3.0.2
- only write git hook file when it needs an update
3.0.1
3.0.0
Major release!
- kotlin 1.4.0 support
- ktlint 0.38.0 see https://github.com/pinterest/ktlint/releases/tag/0.38.0
- fix editorconfig application #15
Deprecated functionality removed:
fileBatchSize
parameter -- each sourceSet now comprises a batcheditorConfigPath
parameter -- .editorconfig files are automatically located and applied according to the standardcontinuationIndentSize
parameter -- deprecated and unused before, presence is now an error