audit_kotlin_codebase
Audits Kotlin code to detect Compose performance anti-patterns, coroutine leaks, blocking main-thread calls, missing @Immutable markers, and architecture violations.
Instructions
Audits Kotlin code for Compose performance anti-patterns, coroutine leaks, blocking calls on Dispatchers.Main, missing @Immutable markers, and architecture violations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The Kotlin source code to audit. | |
| fileType | No | The architectural layer or component type. | compose-ui |