Contents
Dependencies
bash
,curl
,unzip
: generic POSIX utilities.ASDF_KOTLIN_LANGUAGE_SERVER_VERSION
: set this environment variable in your shell config to load the correct version of tool x.
Install
Plugin:
asdf plugin add kotlin-language-server
# or
asdf plugin add kotlin-language-server https://github.com/dochang/asdf-kotlin-language-server.git
kotlin-language-server:
# Show all installable versions
asdf list-all kotlin-language-server
# Install specific version
asdf install kotlin-language-server latest
# Set a version globally (on your ~/.tool-versions file)
asdf global kotlin-language-server latest
# Now kotlin-language-server commands are available
command -v kotlin-language-server
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © Wade Zhang