Mill is a fast JVM build tool that supports Java and Scala. 2-4x faster than Gradle and 4-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible
The edits to add ktlint into the runtime deps, wasn't necessary to make it work, I was just following what was there for ktfmt. Should I keep that or remove it?
Add functionality to be able to run:
./mill mill.kotlinlib.ktlint.KtlintModule/
The edits to add ktlint into the runtime deps, wasn't necessary to make it work, I was just following what was there for
ktfmt
. Should I keep that or remove it?