Hello,
I’m currently working on a project where we have several projects that depend on each other. Since they all have to be re-/built locally when running the project I was wondering if there is an easier way to run the “Build Module” for all at the same time instead having to manually start one after another?
I saw there was something called a “Meta Build” but was wondering how is the build order handled? We have a strict order since Project A requires B and B requires C & project D requires project C too.