You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable R8 optimization of Dispatchers.Main loading
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 instantiation and no extra I/O
on calling thread.
FixesKotlin#1231
0 commit comments