You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 owndeps.edn
,src
, andtest
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
The text was updated successfully, but these errors were encountered: