How do you get `ktlint-intellij-plugin` to specify...
# ktlint
r
How do you get
ktlint-intellij-plugin
to specify a version of ktlint to use? I've tried looking at https://github.com/nbadal/ktlint-intellij-plugin/pull/487 and related posts but don't seem to follow.
p
With latest version of plugin you can simply select it in the Ktlint setting screen.
r
Ah, thanks. Plain intelliJ this works, for my work setup we have a more complicated plugin update mechanism. I'll dive in there to figure it out.
d
@Paul Dingemans That's great! Finally, I can upgrade the ktlint plugging without also migrating to the new ktlint rulesets. Any chance that the ktlint version can be synchronized with that in gradle/maven settings?
p
No, I don't think so. At least I would not know how to do that in a reliable way for all build systems. There are many different ways in which Ktlint can be integrated in the build.