What can I use to auto fix linting issues in the p...
# server
o
What can I use to auto fix linting issues in the project from the command line?
s
are you familiar with the jlleitschuh ktlin gradle plug-in? the ktlintFormat target can be run from the command-line
r
I've been using https://github.com/jeremymailen/kotlinter-gradle with satisfaction.
👍 1