Closed
Description
I would like spotless to become the best reference solution for Klint.
There is at least two competitors:
https://github.com/jeremymailen/kotlinter-gradle with ~100 commits it seems a bit young but:
like him does spotless supports:
- incremental build support (performance matters)
- file reports
-
*.kts
source support - ability to have different code style between .kt and .kts files (a minor feature)
https://github.com/jlleitschuh/ktlint-gradle this one has had a lot of work with its ~600 commits (still less than spotless)
- Gradle build caching
- ???
My biggest question is: which one is the fastest (using intellij) ?
Maybe that #601 would help performance
Maybe that your current use of reflection (#524) might harm performance too ?
What do you think ?