Dagger 2 for Dummies in Kotlin — Scope
Using Dagger 2 but not using @Scope is making Dagger 2 like a dumb factory, that just always create a new object whenever we need it to magically create one. This is not too helpful as a dependency injection tool. What we want is that it creates one and have it reuse, so we only have one copy of it.
Ops… sorry on any jargon… If you are don’t understand what is dependencies injection and other…






