Is it possible to use mill to build Clojure (JVM) projects? #4839
oscarvarto
started this conversation in
Ideas
Replies: 2 comments
-
Probably can be done! I have no experience with Clojure, but you should be able to follow the docs for running dynamic JVM code and adding custom language toolchains to see if you can put something together |
Beta Was this translation helpful? Give feedback.
0 replies
-
This gradle project seems to be working for 3 Clojure/Scala/Java. Still need to figure out how to do it with mill. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
And, more than that, to have support for mixed Clojure/Java (Scala too?) projects using mill?
Example for gradle using Clojure + Java here
Beta Was this translation helpful? Give feedback.
All reactions