if i load a clojure file that imports java class, it fails, how do i pick up java classes for importing? (maven project fwiw)
can i put a maven module in my deps file?
@joel380 I’m no expert on this, but I think you can put about any coordinate in the deps file.
yeah, not figuring out how to put the submodule in the file. i see a reference to :pom but not how to use it.
Is Calva used much on mixed java/clojure projects? Is there not a way to use the VSCode classpath (in my case maven) when running the REPL?