I would like to specify that:
:output_coredepends on:build_core:build_extensiondepends on:build_core:output_extensiondepends on both:build_extensionand:output_core.
How would I specify that last one? That in order to run the :output_extensions task, both :build_extensions and :output_core must be completed?
You specify them with an array: