I’ve installed the “la Clojure” and “leiningen” plugins. I’ve created a clojure project and added the lib/ folder as a library in my project. With this done the editor knows about the libraries and if I ‘run’ a clojure file it successfully loads the dependencies, but if I start a console within intellij it doesn’t load the dependencies. How do I get the console to load them?
I’ve installed the la Clojure and leiningen plugins. I’ve created a clojure project and
Share
I open the project settings, add lib and lib/dev as JAR directories (IntelliJ scans them for changes and updates the classpath automatically). This works with the Clojure console.