holy-lambda 2022-06-28

Heya holy-lambans / Karol 馃檪 I want to include a java class with my HL project. I've done this before with lein but never deps.edn, looks like there is a guide for tools.build, here https://clojure.org/guides/tools_build#_mixed_java_clojure_build has anyone done this before? How would it hook into the hl build process?

Hmm.. currently HL is using depstar. Probably worth asking on their channel.

@nickstares0 you can remove the compile alias in deps.edn and replace it with build.clj if it's easier for you that way.

Then plug new build command in bb.edn.

@nickstares0 Alternatively here is an example of mixing Clojure with Java developed by Miguel Cuervo.