What problem does it solve?
This Skill delivers real-time Kotlin code intelligence to surface compiler errors, warnings, and type information without requiring full builds or context switching, enabling faster iteration and safer edits in Kotlin and Android projects.
Core Features & Use Cases
- Real-time Diagnostics: Show current errors and warnings for .kt and .kts files so issues are visible during editing.
- Code Navigation: Provide go-to-definition and find-references to accelerate refactoring and code comprehension.
- Type Information: Reveal inferred types and symbol details to clarify ambiguous code paths and aid debugging.
- Use Case: While performing code review or refactoring an Android app, run LSP diagnostics to find regressions, jump to symbol definitions, and confirm type expectations before committing changes.
Quick Start
Enable kotlin lsp and run diagnostics on the project's Kotlin source files to list current errors and navigate to the definition of a selected symbol.