Open
Description
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.