CELLIUM 004 - Apr 2026
Summary: Docs published annd conversion to a 'library'.
I didn't realise, therealcarloratm had lodged an issue on the cellium git repo asking about how to use this project as library.
Introduction
===> Dependency failure: source for cellium does not contain a recognizable project and can not be built
The problem was that i had designed it as an umbrella project, This type of application has multiple working sub folders under the ./app/ folder. I had only had one, with plans to add more related issues in the future.
Instead, I found out that others had been using my code, as is.. so I decided to restructure my app using the rebar3 "app" template.
This should allow for applications to use this as a library, as therealcarloratm expected.
Conclusion
My big takeaway here is to ensure that i dont use umbrella apps for libraries again.