Hello, I’m trying to use Koin for my multiplatform project. Some of my dependencies has to be registered from iOS side, is there a way to do this? I can’t use module’s
factory { }
or
single { }
methods because they are reified functions (got exception
IllegalStateException: unsupported call of reified inlined function