@abdusalam: integrant-repl etc just uses the tools namespace default; which is to include all directories on the classpath… which should usually “just work”.
It does however mean it will also refresh any git deps you’ve pulled in (if you’re using) tools.deps. Which you normally probably wont edit, so setting it explicitly may well give you a perf boost. However if you were to do a :classpath-override
to work on one of those libs, it’d then not refresh that ns properly so might cause you some grief through having it set.
oh, thank you for the further clarification!
FWIW I have it explicitly set on one of my projects to the directories my project stores clojure files in e.g. env/dev/src
src
and test