harry.singh
07/03/2020, 5:05 PMRetrofit
for my application, I'm using the Singleton
scope in my network module which is then included in the ApplicationComponent
with the same Singleton
scope. But in order to do that I've to add network dependencies to my app
module too. Is it possible to keep my retrofit instance singleton across application without adding network dependencies in my app module?gildor
07/04/2020, 5:06 AMBut in order to do that I’ve to add network dependencies to myWhy do you think so? Other dependencies may be a part of other modulemodule tooapp
gildor
07/04/2020, 5:07 AM