21e64eb54a
* Introduce a `MainCoroutineDispatcher` This is almost entirely based on https://github.com/Kotlin/kotlinx.coroutines/blob/8c27d51025d56a7b8de8eec2fb234b0094ce84f1/ui/kotlinx-coroutines-android/src/HandlerDispatcher.kt, which is the implementation of `kotlinx-coroutines-android` * Lint * Move dispatcher to AndroidCompat