aboutsummaryrefslogtreecommitdiff
path: root/kotlinx-coroutines-test/resources/META-INF/proguard/coroutines.pro
blob: 41c9eb07226194ebe44f3ea9f0c0f659855275b8 (plain)
1
2
3
4
5
6
7
8
9
# ServiceLoader support
-keepnames class kotlinx.coroutines.test.internal.TestMainDispatcherFactory {}
-keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
-keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}

# Most of volatile fields are updated with AFU and should not be mangled
-keepclassmembernames class kotlinx.** {
    volatile <fields>;
}