kotlin-language-server
kotlin-language-server copied to clipboard
Errors are shown for some plugin configuration blocks on kts files
For example trying to configure something like this gives an error
sonarqube {
isSkipProject = true
}
The reason seems to be that the SonarQubeExtension is not part of the kts classpath to resolve the symbols.