jeremymailen / kotlinter-gradle

Painless, fast ktlint plugin for Gradle
Apache License 2.0
583 stars 50 forks source link

Compatibility with ktlint 1.0.0 #342

Closed jakoss closed 11 months ago

jakoss commented 1 year ago

After ktlint went to 1.0.0 we can see new artifacts (https://github.com/pinterest/ktlint/releases/tag/1.0.0). So Kotlinter needs another minor bump to adjust to that i think :)

jeremymailen commented 1 year ago

Yes, we'll need to update the plugin. Been a bit busy lately. Sometimes on these big releases I like to wait for the first bugfix patch to come in.

jakoss commented 1 year ago

No worries, I'm not rushing. Thanks for all the work 😁

jeremymailen commented 11 months ago

Completed with 4.0.0 release. Thanks for your patience everyone!