blob: 3c0b7e6a3b72487bc9483ec654939ab5de68ac98 [file] [log] [blame]
Wojtek KaliciƄskid6b0b0f2019-06-28 11:41:29 +02001# Allow R8 to optimize away the FastServiceLoader.
2# Together with ServiceLoader optimization in R8
3# this results in direct instantiation when loading Dispatchers.Main
4-assumenosideeffects class kotlinx.coroutines.internal.MainDispatcherLoader {
5 boolean FAST_SERVICE_LOADER_ENABLED return false;
6}