Hi, I'm stuck with Koin DI. For explanation I have...
# multiplatform
m
Hi, I'm stuck with Koin DI. For explanation I have the same "setup" as this one: https://johnoreilly.dev/posts/kotlinmultiplatform-koin/ But the initialization if failing with:
Copy code
Error Domain=KotlinException Code=0 "Could not create instance for [Single:'com.poc.app.kmm.core.interactors.login.getAuthenticationToken.GetAuthenticationTokenUseCase']"
z
you might want to ask in #koin
m
Thank you.