1# ServiceLoader support
2-keepnames class kotlinx.coroutines.test.internal.TestMainDispatcherFactory {}
3-keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
4-keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
5
6# Most of volatile fields are updated with AFU and should not be mangled
7-keepclassmembers class kotlinx.coroutines.** {
8    volatile <fields>;
9}
10