Our project uses maven, and I have the ktlint-mave...
# ktlint
j
Our project uses maven, and I have the ktlint-maven-plugin, but it hasn't been updated since ktlint 1.5.0. Does anyone have a way to ping its maintainer? I filed a PR to update it last week but there's been no response as yet.
p
You can just use maven exec plugin, and get rid of a lagging dependency. See https://pinterest.github.io/ktlint/latest/install/integrations/#maven-integration for solution.