1
0
Fork 0

Fix #2612: Force PG to keep kotlinx coroutines

master
Will Hawkins 2019-05-21 20:47:00 -04:00 committed by Jeff Boek
parent 9057eed6d7
commit 4f0c74a1fe
1 changed files with 2 additions and 2 deletions

View File

@ -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>;
}