I have multi module project. In which, I have a se...
# dagger
p
I have multi module project. In which, I have a setting module, I need share a component between multiple activities in the same setting module. How can I do that? I don't want to share my component through application class? Any idea how this can be done?