1.5.0
The release of Kotlin 2.1 is the primary reason for publishing this release earlier than planned. Because of the removal of some language elements in Kotlin 2.1, the embedded Kotlin compiler in KtLint blocked Kotlinter users from upgrading to Kotlin 2.1.
π Features
-
Add missing space between
funkeyword and identifier when latter is wrapped between backticks - #2890, by @paul-dingemans -
Add configuration setting for constant names in
property-namingrule - #2893, by @paul-dingemans -
Allow backing property to be defined in the companion object (
backing-property-naming) - , by @paul-dingemans