android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
GlobalScope.launch {
//You can use for background procces
withContext(Dispatchers.Main) {
// And Update Ui here
}
}