kotlin-language-server
kotlin-language-server copied to clipboard
Allow specifying a gradle JDK in settings
This is helpful as the kls init script uses JAVA_HOME to determine what JDK to use for launching itself, so someone can't use that same variable to control gradle without ignoring the script altogether and redoing its logic elsewhere
would it be a good idea to make a separate PR to handle #392 ?
Yes, that would probably be a good idea.