I have an umbrella app currently composed of three applications: Core, Api and Web. Both Web and Api depend on the Core application.
I want to add the dialyzer library to my project, but I don’t know where to put it. My options are:
- Declare the dependency in the root
mix.exsfile. - Declare the dependency in the
mix.exsfile of the Core application.
I prefer the second option, but I don’t really know if it is the best one. Since both Web and Api depend themselves on Core, they could also use dialyxir.
What do you think?






















