Hi, I'm stuck with Koin DI. For explanation I have...
# koin
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']"
On Android and iOS.