doOutsideOfCoroutine

suspend fun <T> doOutsideOfCoroutine(block: () -> T): T(source)

Call this method in case you need to do something in common thread (like reading of file in JVM)