Hey! I’m trying to override a dependency layer of another layer but it doesn’t work. How can I achieve it?
LayerA uses LayerB, when defining LayerA I provide LayerB to not leak the dependency. But in some areas I want to change the behavior and mock layer b by providing a different implementation. Any ideas? Is this possible?