juxt

p-himik 2019-04-24T09:26:19.002300Z

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.

dominicm 2019-04-24T10:20:29.001400Z

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

p-himik 2019-04-24T10:21:28.001500Z

Thanks! Yeah, that's what I expected.