You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it's even possible for Clojure deps tools to automatically add a (require 'hashp.core) to all projects in the same way Leiningen or Boot can.
Or are you asking how to require hashp.core manually? In which case, it's just (require 'hashp.core).
I was interested in automated way. If it is not possible - shall I close the issue then?
(Maybe you can also specify in README that there is no way to automated use?)
Thanks.
It seems that some additional steps should be taken because there is no idea of
injection
/dev-tool
in clojure deps tools.Maybe makes sense to specify those steps?
Thanks.
The text was updated successfully, but these errors were encountered: