kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

Errors are shown for some plugin configuration blocks on kts files

Open gayanper opened this issue 4 years ago • 0 comments

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.

gayanper avatar Sep 18 '20 09:09 gayanper