tools-deps

2023-07-01T15:43:30.335709Z

Is there a way to import java classes from a git deps?

Alex Miller (Clojure team) 2023-07-01T16:04:48.047389Z

if the git dep has a prep step that compiles the classes to a folder, that's really the only way

👍 1
Alex Miller (Clojure team) 2023-07-01T16:05:32.810019Z

https://clojure.org/reference/deps_and_cli#prep

👍 1
2023-07-01T16:22:10.481909Z

thanks!