Fork me on GitHub
#leiningen
<
2016-12-01
>
juliobarros05:12:41

I’m trying to add a java class to my luminus project but am having problems compiling. When I do a 'lein javac' I get a class not found error from the clojure namespace that needs the java class. This works fine in other projects. Could the default luminus project.clj somehow be causing lein to try to load the clojure namespace when it goes to compile the java file? Thanks in advance for any ideas.