## Goal Select a lint tool and apply consistent code style across the project. ## Tasks - [ ] Choose Kotlin lint tool (ktlint / detekt) - [ ] Add Gradle plugin to the project - [ ] Create rule configuration file - [ ] Apply lint to existing code and fix issues - [ ] Add lint check to CI
Goal
Select a lint tool and apply consistent code style across the project.
Tasks