Hello Anybody knows how to call `suspend` function...
# announcements
o
Hello Anybody knows how to call
suspend
function from common function in
common
module of gradle? I mean that in this module I have no
runBlocking
extension
s
what I did in my project is create an expected declaration for
runBlocking
, and then apply the actual
runBlocking
function to it in each platform module.