{"id":26330386,"url":"https://github.com/zed-extensions/kotlin","last_synced_at":"2026-02-01T22:05:03.583Z","repository":{"id":224715834,"uuid":"764019249","full_name":"zed-extensions/kotlin","owner":"zed-extensions","description":"Kotlin support","archived":false,"fork":false,"pushed_at":"2025-12-29T17:27:17.000Z","size":85,"stargazers_count":72,"open_issues_count":13,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-30T01:47:40.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zed-extensions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-27T10:35:56.000Z","updated_at":"2025-12-29T17:27:21.000Z","dependencies_parsed_at":"2024-06-04T16:29:29.043Z","dependency_job_id":"1911997f-1aef-4b7f-8bfb-c61e28c73671","html_url":"https://github.com/zed-extensions/kotlin","commit_stats":null,"previous_names":["evrsen/zed-kotlin","zed-extensions/zed-kotlin","zed-extensions/kotlin"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zed-extensions/kotlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fkotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fkotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fkotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fkotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zed-extensions","download_url":"https://codeload.github.com/zed-extensions/kotlin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fkotlin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28992671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T22:01:47.507Z","status":"ssl_error","status_checked_at":"2026-02-01T21:58:37.335Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-15T22:01:37.523Z","updated_at":"2026-02-01T22:05:03.576Z","avatar_url":"https://github.com/zed-extensions.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# zed-kotlin\n\nKotlin language support for [Zed](https://github.com/zed-industries/zed).\n\n## Language Servers\n\n### Kotlin Language Server\n\nThe [Kotlin Language Server](https://github.com/fwcd/kotlin-language-server) is an unofficial LSP for Kotlin, it is currently the most stable and popular language server for Kotlin. It is enabled by default by this extension.\n\n#### Configuration\n\nWorkspace configuration options can be passed to the language server via lsp\nsettings in `settings.json`.\n\nThe following example changes the JVM target from `default` (which is 1.8) to\n`17`:\n\n```json\n{\n  \"lsp\": {\n    \"kotlin-language-server\": {\n      \"settings\": {\n        \"compiler\": {\n          \"jvm\": {\n            \"target\": \"17\"\n          }\n        }\n      }\n    }\n  }\n}\n```\n\nThe full list of workspace configuration options can be found\n[here](https://github.com/fwcd/kotlin-language-server/blob/main/server/src/main/kotlin/org/javacs/kt/Configuration.kt).\n\n### Kotlin LSP\n\n[Kotlin LSP](https://github.com/kotlin/kotlin-lsp) is an official LSP implementation for Kotlin, built by JetBrains. It is currently pre-alpha.\n\n#### Configuration\n\nTo use Kotlin LSP instead of the Kotlin Language Server, you must explicity enable it in your `settings.json`:\n\n```json\n{\n  \"languages\": {\n    \"Kotlin\": {\n      \"language_servers\": [\"kotlin-lsp\"]\n    }\n  }\n}\n```\n\nIt will be downloaded and updated automatically when enabled, however, you can use a manually installed version by setting the path to the `kotlin-lsp.sh` script in the release assets:\n\n```json\n{\n  \"lsp\": {\n    \"kotlin-lsp\": {\n      \"binary\": {\n        \"path\": \"path/to/kotlin-lsp.sh\",\n        \"arguments\": [ \"--stdio\" ]\n      }\n    }\n  }\n}\n```\n\nNote that the `kotlin-lsp.sh` script expects to be run from within the unzipped release zip file, and should not be moved elsewhere.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fkotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzed-extensions%2Fkotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fkotlin/lists"}