Fork me on GitHub
#calva
<
2020-10-27
>
Joel03:10:38

if i load a clojure file that imports java class, it fails, how do i pick up java classes for importing? (maven project fwiw)

Joel03:10:24

can i put a maven module in my deps file?

pez13:10:40

@joel380 I’m no expert on this, but I think you can put about any coordinate in the deps file.

Joel18:10:27

yeah, not figuring out how to put the submodule in the file. i see a reference to :pom but not how to use it.

Joel19:10:21

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?