Assume you mean for iOS output? You kind of need a...
# multiplatform
k
Assume you mean for iOS output? You kind of need a wrapper with a callback
k
i think i can do what i need by implementing the function with
runBlocking
instead of decorating with
suspend
k
Yeah, either block or callback is pretty much how you have to do it