deviant
11/30/2020, 12:06 PMfactory<() -> User>
factory<() -> Location>
koin treat it as same type and failed with this exception:
org.koin.core.error.DefinitionOverrideException: Definition '[Factory:'kotlin.jvm.functions.Function0']' try to override existing definition. Please use override option to fix it
are there any workarounds?Florian Eula
11/30/2020, 12:27 PMJavier
11/30/2020, 12:36 PMfun interface
but I don't like losing the type in hints