kotlin-lsp
stdiokotlin
Used by 1 plugin
Installs kotlin-lsp, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub anthropics/claude-plugins-official --plugin kotlin-lspRequires Language Server Binary
This LSP server requires kotlin-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Add to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"kotlin-lsp": {
"command": "kotlin-lsp",
"extensionToLanguage": {
".kt": "kotlin",
".kts": "kotlin"
},
"args": [
"--stdio"
]
}
}
}Supported Languages
kotlin
.kt.kts
Command
kotlin-lspTransport
stdioArguments
--stdio
Advanced Configuration
Startup Timeout:120000ms
Restart on Crash:Yes