> We now need everyone using x and y together to explicitly know that y also > provides a plugin and that they ALSO must remember to add the requires > y.inject; (and y.inject has no exports, it only has the provides). >
I thought it would just "work" without needing the `requires y.inject;` Am I wrong?