fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.58k stars 202 forks source link

LSP causes configuration caching to fail #572

Open Phoenix-Starlight opened 3 months ago

Phoenix-Starlight commented 3 months ago

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 a SourceSet which is not permitted.

Currently this is causing configuration caching problems.