Daily iOS
Architecture

Module dependency direction

The SearchFeature module needs to open CheckoutFeature's payment screen from a search result. What's the correct way to do this without creating a circular dependency between the two Features?

Pick one

Submit