blob: 86108f3ca70103f822340b855f8bd1113735f708 [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 {}
4
5# Most of volatile fields are updated with AFU and should not be mangled
6-keepclassmembernames class kotlinx.** {
7 volatile <fields>;
8}