LSP causes configuration caching to fail #572
Labels
dependency resolution
Related to the project dependency/standard library resolver
gradle
Related to the language server's support for Gradle projects
At line 56 of https://github.com/fwcd/kotlin-language-server/blob/main/shared/src/main/resources/projectClassPathFinder.gradle
inside the
doLast
block, it references aSourceSet
which is not permitted.Currently this is causing configuration caching problems.
The text was updated successfully, but these errors were encountered: