I've got several hundred ivy modules with some interdependence. What is the best way to go about parallelizing the building of these modules, so that I don't have to wait for subant to serially build each one?
Should I group known independent modules into subbuilds that can be executed in parallel? I would prefer to have ivy manage this, but have not seen a good way yet. Thanks -dave
