Mix compile "absolute" path in umbrella apps

The reason why it is a relative path is because mix compile is defined as a recursive task. So it literally changes the directory to inside each application and then compile its code.

2 Likes