fwcd / kotlin-debug-adapter

Kotlin/JVM debugging for any editor/IDE using the Debug Adapter Protocol
MIT License
110 stars 19 forks source link

Errors are shown for some plugin configuration blocks on kts files #49

Closed gayanper closed 3 years ago

gayanper commented 3 years ago

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.