-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Description
The classpath script looks like it will work, but it has some caveats. In a monorepo there will be many distinct kotlin targets. IDEA seems to handle this ok, but its not clear how to make sure each target gets a different classpath with this LSP (and noting that we can't assume every target will have the access to all jars, nor even that they will all be of the same version (though that is obviously the common case)).
Figuring out what targets are running kotlin and what their inputs would be is fairly straightforward in bazel (query the action cache and parse the results, then build the input targets.
I'm not sure about timelines, but this is perhaps something we could put together, if there is interest in having the feature.
Metadata
Metadata
Assignees
Labels
No labels