This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Use default MainDispatcherLoader implementation after R8 bug is fixed #5121
Labels
performance
Performance related issues
In #5102, we switched to using the fast service loader because an R8 bug https://issuetracker.google.com/issues/196302685 meant we couldn't use the default optimization. However, it's fragile to use the fast service loader (via our method with proguard) because it relies on the coroutine source code not changing. Once the R8 bug is fixed, let's use the default implementation. Note: the implementations seem equally performant so this is really about maintainability.
The text was updated successfully, but these errors were encountered: