File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
kotlinx-coroutines-core/resources/META-INF/proguard
kotlinx-coroutines-test/resources/META-INF/proguard
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11# ServiceLoader support
22-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
33-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
4+ -keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
5+ -keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
46
57# Most of volatile fields are updated with AFU and should not be mangled
68-keepclassmembernames class kotlinx.** {
Original file line number Diff line number Diff line change 11# ServiceLoader support
22-keepnames class kotlinx.coroutines.test.internal.TestMainDispatcherFactory {}
3+ -keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
4+ -keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
35
46# Most of volatile fields are updated with AFU and should not be mangled
57-keepclassmembernames class kotlinx.** {
Original file line number Diff line number Diff line change 11-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
22-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
3+ -keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
4+ -keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
5+
36-keepclassmembernames class kotlinx.** {
47 volatile <fields>;
58}
Original file line number Diff line number Diff line change 11-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
22-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
3+ -keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
4+ -keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
5+
36-keepclassmembernames class kotlinx.** {
47 volatile <fields>;
58}
You can’t perform that action at this time.
0 commit comments