Currently the child module singletons are implemen...
# dagger
d
Currently the child module singletons are implemented with EJ2 Item 3 style like this example in "core"; https://github.com/nickbutcher/plaid/blob/master/core/src/main/java/io/plaidapp/core/data/BaseDataManager.java With the multi-component deps I'm interested how they'd refactor to permit using scope in child modules (if they do that at all or just provision them in the main
:app
module and move to
@Subcomponent
deps)