[Help] - Cursive overriding module definitions on each dependency change
mmuallem opened this issue · 0 comments
mmuallem commented
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