Hello all! Are there any fundamental incompatibilities that would prevent me from using the polylith
architecture with a leiningen
project?
Hi! There is nothing prevents you using Polylith style in a Leiningen project. The first version of Polylith was built as a Leiningen plugin. However, there has been many changes and improvements since the Leiningen version and we are not planning to maintain it. I strongly suggest moving on deps.edn so that you can utilize the Polylith’s CLI tool and all the new improvements.
I see, so if I understand correctly the architecture is compatible with a Leiningen project, however the Polylith tool is not. Maybe I could start the transition without the Poly tool, and start introducing deps.edn later - thanks a lot!