leiningen

apt 2022-05-20T20:03:09.300459Z

Hi folks. Is using checkout dependencies still the best method for developing dependencies together with another main project? https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#checkout-dependencies Just wondering if there’s any alternative for lein projects

2022-05-20T20:35:28.415839Z

I think it's still the smoothest way to avoid having to keep building artifacts and locally installing then reloading classpath

👍 1