kotlinter-gradle icon indicating copy to clipboard operation
kotlinter-gradle copied to clipboard

Painless, fast ktlint plugin for Gradle

Results 42 kotlinter-gradle issues
Sort by recently updated
recently updated
newest added

I was trying to update from 4.5.0 to 5.0.1 but got an error. Also after adding the `ktlintVersion` like this. ``` kotlinter { ktlintVersion = "1.5.0" ... } ``` ```...

I just upgraded to Kotlinter 5.0.0 and tried out the new way of configuring the ktlint version via the property like so (in a build convention plugin): ```kotlin configure {...