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

LSP causes configuration caching to fail

Open Phoenix-Starlight opened this issue 1 year ago • 1 comments

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.

Phoenix-Starlight avatar Apr 18 '24 19:04 Phoenix-Starlight

A PR would be very welcome

fwcd avatar Jul 28 '24 22:07 fwcd