Fix #2612: Force PG to keep kotlinx coroutines

nightly-build-test
Will Hawkins 5 years ago committed by Jeff Boek
parent 9057eed6d7
commit 4f0c74a1fe

@ -30,8 +30,8 @@
# Kotlinx
####################################################################################################
-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
-keep class kotlinx.coroutines.internal.MainDispatcherFactory {}
-keep class kotlinx.coroutines.CoroutineExceptionHandler {}
-keepclassmembernames class kotlinx.** {
volatile <fields>;
}

Loading…
Cancel
Save