Umbrella app stop compilation on error

Is it possible to stop compilation in an umbrella app when there is a compilation error in one application? Right now compilation of other apps will continue even if they depend on the application with the error, which leads to potentially confusing follow-on errors (that can be easy to miss unless you scroll up).

1 Like