mobile-tooling / cli
ktlint
Capability: ktlint
Use it when
- enforce Kotlin style without maintaining a custom ruleset
- format and lint Android source consistently in CI
What it solves
Not the fit when
- deep Android correctness checks require Android Lint or detekt
Install
brew install ktlint
Invoke
Run `ktlint` to check Kotlin sources and `ktlint -F` to format them; wire the Gradle plugin or CLI into CI.
Alternatives
No reviewed alternatives recorded yet.