I'm using <https://github.com/fwcd/kotlin-language...
# vim
h
I'm using https://github.com/fwcd/kotlin-language-server, mostly for code completion, and I noticed that for me, the language server doesn't find any
kotlin.test.*
imports. I thought I would open an issue on the github page, but to be a bit more constructive, I also thought I would try to fix the issue, offering up a pull request. From what I can see in the server code, the server both checks the project files (I'm using Gradle) and the installation path of
kotlinc
to find dependencies to add to the analyzer's classpath, but I'm unsure of the order and conditions for this process. Could someone give me a hint? Btw, if someone knows of a better chat channel for kotlin-language-server questions, either in this Slack or somewhere else, please provide it and I'll go there instead.