Fork me on GitHub
#boot
<
2018-08-21
>
bjf19:08:06

@alexyakushev I want to set up a project with Clojure code in src/clojure and Java code in src/java, and then import the compiled Java classes in the Clojure code. With lein this would be as simple as setting :java-src-paths and :source-paths, running lein javac and starting a REPL. However, I could not get the same type of setup to work in boot, probably because of my unfamiliarity.