It seems that you are trying to bind the `KodeinIn...
# kodein
s
It seems that you are trying to bind the
KodeinInjected
class (which you shouldn't) with
override = true
. So Kodein is saying that you are saying that you are asking it to override something and there is nothing to override (there are no previous binding for
KodeinInjected
)