Open 75pollet opened 2 months ago
I have just tried this on a small sample project with two umbrellas defined, where one uses boundary, and another doesn't, and I couldn't reproduce it. I tried with in-app deps (both ways), and without. Could you create a simple project which reproduces the issue? Another thing you could try is to rebuild all (e.g. mix compile --force
).
alright, i'll create a project and try to reproduce it
The application is an umbrella application with multiple apps but we only have boundaries on 3 apps because we only need boundaries for the 3 apps. I have tried upgrading from
0.9.2
to each of the later versions but i keep getting the same error;The error is only happening on apps where we do not have boundaries configured and i'm not sure why.