This package provides the following services:
This package consumes the following services:
Kotlin LSP Adapter for Atom
Overview
Minimal LSP adapter for Atom to replace the inactive atom-ide-kotlin package.
Dependencies
Requires atom-ide-base.
Installation
Make sure you have Java and Gradle installed (check Gradle for instructions).
Follow the instructions to install to build the Kotlin Language Server.
For simplicity:
- Download the source files for the language server here
- Extract it to a location of your choosing (eg. c:/program files/kotlin/)
- cd into the source directory and run
gradlew :server:installDist
- Locate the executable files (eg.
kotlin-language-server.bat
) in thekotlin-language-server-main\server\build\install\server\bin
folder
Then either put the location on your PATH or enter the full path in the config.
May require restart of Atom.