blob: 31c464f68d8d99f810e74c515102c4bebfbc1e15 [file] [log] [blame]
Vsevolod Tolstopyatovaba0edc2018-10-18 16:05:20 +03001# ServiceLoader support
2-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
3-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
Vsevolod Tolstopyatov39c7ca52019-02-18 14:58:29 +03004-keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
5-keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
Vsevolod Tolstopyatovaba0edc2018-10-18 16:05:20 +03006
7# Most of volatile fields are updated with AFU and should not be mangled
8-keepclassmembernames class kotlinx.** {
9 volatile <fields>;
10}