Is the Kotlin code formatter used in the IntelliJ plugin available as a separate jar on Maven Central?
Tom Dyas
04/12/2022, 2:29 PM
context: If it is, I’d like to invoke it from a build tool.
c
christophsturm
04/12/2022, 2:32 PM
I think the answer is no. if you just need a way to consistently format your code, there are some formatters for kotlin code and i think most people use ktlint.
t
Tom Dyas
04/12/2022, 2:33 PM
👍
s
Sam
04/12/2022, 2:36 PM
you can run the intellij formatter as a command-line tool, though! Let me look for docs