source sets , but I get an error saying that those source sets don't exist. I'm guessing that
applyDefaultHierarchyTemplate
doesn't create them synchronously, so is the best approach to do something like this:
Turns out you actually have to call the function where this code is in order for it to actually run 😬