I'm not using Ktlint (yet?) but I think that since Kotlin has been built with tooling in mind, most lint checks and hints offered by Ktlint are already built into IntelliJ in the form of the Kotlin plugin.
g
gildor
06/30/2019, 10:52 AM
There is also Gradle plugin that uses headless Idea to do checks and reformat code
m
Maksim Vlasov
06/30/2019, 12:20 PM
@tseisel could you enforce it to format code while compiling?
@gildor could you provide a link? Do you know similar plugin for maven?