Replies: 1 comment
-
for now 3.5/4.0 you can't do such definition. Things need to challenged in 4.x |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
have object which created by suspend function like:
suspend fun someSuspendFunction(): MyPreciousObject
And I need to provide it for later injection using koin, like:
Any ideas how to resolve this kind of situation? And please bear in mind that I can't change
someSuspendFunction()
P.S. I'm using Kotlin JS/WASM environment, so
runBlocking
doesn't existP.P.S. Original question - in StackOverflow
Beta Was this translation helpful? Give feedback.
All reactions