cursive icon indicating copy to clipboard operation
cursive copied to clipboard

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

Open mmuallem opened this issue 5 months ago • 0 comments

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

mmuallem avatar Sep 05 '24 13:09 mmuallem