Manuel Lorenzo
06/03/2018, 12:02 PMExchangeManager
. Whenever I’m trying to initialize it by using val exchangeManager = inject<ExchangeManager>()
in a Fragment
I get the following error: Caused by: org.koin.error.DependencyResolutionException: Cyclic call while resolving Bean[class=ExchangeManager]. Definition is already in resolution in current call:
Bean[class=ExchangeManager]