rudolf.hladik
09/06/2018, 11:06 AMolonho
09/06/2018, 12:28 PMelizarov
09/06/2018, 3:15 PMrunBlocking
is not supported on JS, so you cannot use it in kotlin-platform-common
module. If you target only JVM and Native,then the workoround (for now) is to define your own expect fun runBlocking
with actual implementations on JVM and JS that delegates to the functions that are available there