Skip to content

Instantly share code, notes, and snippets.

@dylanmei
Created November 14, 2021 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dylanmei/5a11dcd6a2061d01f5cbf17581220cce to your computer and use it in GitHub Desktop.
Save dylanmei/5a11dcd6a2061d01f5cbf17581220cce to your computer and use it in GitHub Desktop.
Install kotlin-language-server
install: clean
./gradlew :server:distZip
@cd server/build/distributions && unzip server.zip
@rm -rf ~/.local/share/kotlin-language-server
mv server/build/distributions/server \
~/.local/share/kotlin-language-server
clean:
./gradlew :server:clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment