Enable Kotlin code intelligence and refactoring
msapps-kotlin-lsppluginsetup L2★3,035
davepoon/buildwithclaude ↗What it does
Enable language intelligence for Kotlin code editing
Best for
Real-time code intelligence for Kotlin/Android development without leaving Claude.
Inputs
- · Kotlin project in workspace
- · code file to edit or analyze
Outputs
- · code completions and type hints
- · inline error diagnostics
- · refactoring suggestions and apply actions
Requires
- · Kotlin Language Server (KLS)
- · JVM runtime
Preconditions
KLS installed and running; Kotlin project has valid gradle/maven build config; JDK 11+ available
Failure modes
completions stale if LSP indexing slow; refactoring fails if code has unresolved references; Android-specific APIs require SDK path
Trust signals
- · official Kotlin LSP
- · JetBrains standards compliance
- · gradle/maven project auto-detection