disallow binding the same class multiple times
ralph-bergmann opened this issue · 0 comments
ralph-bergmann commented
Currently, it is possible to inject the same class multiple times, see https://github.com/the4thfloor/inject.dart/blob/master/example/coffee/test/coffee_app_test.dart#L24
This is forbidden in original Dagger, so forbid it too.