cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
590 stars 7 forks source link

[Help] - Cursive overriding module definitions on each dependency change #2954

Open mmuallem opened 2 months ago

mmuallem commented 2 months ago

This is more a question for help before submitting an actual issue; since I am not sure if this is cursive or Intellij's blame.

I am using a monorepo, with a deps.edn defined at the root level. Each folder I have is a standalone application, with its own deps.edn, src, and test folders.

Unfortunately, every time I change any dependency, change branch, etc, my module definitions (src, test, excluded) folders get overwritten, and always incorrectly. This causes all sorts of problems in the REPL and dependency resolutions.

Is there a way to stop this from occurring? Can I stop cursive from changing my .iml files, or something?

Thanks