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
won't clojure build a classpath with the clojure code available for use in the java code?
the tools.build guide covers this in https://clojure.org/guides/tools_build#_mixed_java_clojure_build