Kotlin Quality — detekt + ktlint Deep Knowledge : Use with technology: or . Tool Comparison | Tool | Purpose | |---|---| | ktlint | Formatter + minimal linter — enforces Kotlin official style. Auto-fixes most issues. | | detekt | Comprehensive static analyzer — code smells, complexity, security, naming, magic numbers, performance, style. Highly configurable. | | Compose Rules (Twitter/Slack/Mrtn) | Compose-specific lint rules — composable naming, side-effects, parameter ordering. Plugs into both detekt and ktlint. | | Android Lint | Android-specific (resources, manifest, lifecycle). Run along…