I figured it out. Kotlin runs the UI on a single t...
# getting-started
w
I figured it out. Kotlin runs the UI on a single thread. I ran the heavy stuff using = withContext(CommonPool) {} and the UI became responsive again.