Hello, I’m trying to use Koin for my multiplatform...
# koin
r
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
). There is a task I created https://github.com/InsertKoinIO/koin/issues/1108 but still no answer.
a
yes for now, declaration should been in Kotlin side. the iOS experience need work