Is the Kotlin code formatter used in the IntelliJ ...
# intellij
t
Is the Kotlin code formatter used in the IntelliJ plugin available as a separate jar on Maven Central?
context: If it is, I’d like to invoke it from a build tool.
c
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
👍
s
you can run the intellij formatter as a command-line tool, though! Let me look for docs
t
interesting, I wasn’t aware IntelliJ could do that
c