polylith

https://polylith.gitbook.io/ and https://github.com/polyfy/polylith
dmegas 2021-06-21T09:03:50.136Z

Hello all! Are there any fundamental incompatibilities that would prevent me from using the polylith architecture with a leiningen project?

furkan3ayraktar 2021-06-21T09:53:15.136100Z

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.

dmegas 2021-06-21T10:05:52.136300Z

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!

👍 2