Hi guys. So not really a purely Kotlin question pe...
# android
k
Hi guys. So not really a purely Kotlin question per se. I've got a Kotlin app with MVP pattern where I want to enforce that
Presenter
calling
View
always happens on UI thread. How (if at all?) does everyone else deal with this?