Enable R8 optimization of Dispatchers.Main loading by wojtek-kalicinski · Pull Request #1232 · Kotlin/kotlinx.coroutines

The developer still has to disable the FastServiceLoader manually if they're using R8. R8 is then able to optimize away the ServiceLoader and reflection entirely, resulting in direct class instanti...