Fork me on GitHub
#tools-deps
<
2024-02-13
>
TMac15:02:50

Is there modern advice for setting up a project with mixed Clojure and Java source files? I'm aware of https://blog.agical.se/en/posts/mixed-clojure-and-java/, but one specific thing it doesn't cover is how to make the deps.edn dependencies available in Java-land. I definitely don't want to manually download/manage JARs, and I'd prefer not to get Java build tooling involved but suppose I can if I have to

Noah Bogart15:02:11

won't clojure build a classpath with the clojure code available for use in the java code?