Jar files auto-created and added to classpath on Cursor startup

Hey, nice that you came back with a solution, this will really help other users who hit the same bug in a multi-project Gradle setup.

For future readers, here’s a quick summary:

The recent Scala-in-Gradle support in redhat.java adds extra jar entries to the classpath during import. Disabling this feature brings back the normal project reference behavior until the upstream fix lands.

I’ll mark the thread as solved.