ktlint v0.32.0 Release Notes

Release Date: 2019-04-22 // almost 5 years ago
  • ๐Ÿš€ Note: This release will not be updated in the homebrew-ktlint tap; we will be opening a PR to make ktlint part of the core Homebrew formulae.

    โž• Added

    • ๐Ÿ‘• experimental/import-ordering rule (#189).
      ๐Ÿ‘• Use ktlint --experimental to enabled.
    • ๐Ÿ‘Œ Support for Kotlin 1.3.30
    • ๐Ÿ— Build now compatible with jitpack

    ๐Ÿ›  Fixed

    • ๐Ÿ‘• Incorrectly flagging a missing newline for functions with no parameters (#327).
    • ๐Ÿ‘• Semicolons now allowed in KDocs (#362).
    • ๐Ÿ‘• Spaces now disallowed after super (#369).
    • ๐Ÿ‘• Annotations in function parameters now checked for indentation (#374]

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Code now lives in com.pinterest package
    • groupId now com.pinterest
    • ๐Ÿ‘• Custom ruleset META-INF.services file must be renamed to com.pinterest.ktlint.core.RuleSetProvider