update to wait for buildBehaviour completance

This commit is contained in:
InsanusMokrassar 2021-04-22 17:15:25 +06:00
parent f46b976f52
commit e2626f4163
1 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,5 @@ suspend fun main(args: Array<String>) {
// simply reply :)
reply(it, "Hello, I am ${me.firstName}")
}
}
scope.coroutineContext.job.join()
}.join()
}