How can I set up leiningen to work with multiple projects?
问题 I have multiple, separate leiningen projects that ostensibly could depend on one-another. Example: ~/projects/mywebapp (my own project) ~/projects/noir (a clone of the github repo) ~/projects/clojureql (a clone of the github repo) I want to have them all compiled into the same JVM at the same time. I would like to run the git repos bleeding edge (pulling new commits/making my own commits) and not have to run lein jar or lein deps and certainly not have to restart the VM if I change any of the