hi all, good morning! I have a module in which I ...
# koin
m
hi all, good morning! I have a module in which I created a simple class called
ExchangeManager
. Whenever I’m trying to initialize it by using
val exchangeManager = inject<ExchangeManager>()
in a
Fragment
I get the following error:
Copy code
Caused by: org.koin.error.DependencyResolutionException: Cyclic call while resolving Bean[class=ExchangeManager]. Definition is already in resolution in current call:
    	Bean[class=ExchangeManager]