Fork me on GitHub
#juxt
<
2019-04-24
>
p-himik09:04:19

Hi. Do you guys mix Java and Clojure in your projects? The reason I ask is that I'm trying to do just that with Edge, and it seems to be impossible right now with just clj and deps.edn - you have to use something else to compile those java files.

dominicm10:04:29

@p-himik not often, @alexmiller's advice is to use javac into a folder you put in :source-paths

p-himik10:04:28

Thanks! Yeah, that's what I expected.