ApiManager has an apiService object @Provided, and I would like to have a different object (objectB) injected into ApiManager, but the issue is that when I call upon
inject()
inside ApiManager so I could start using
objectB
,
apiService
is not yet initialized