Skip to content
Snippets Groups Projects
Commit 3cea685f authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Proguard: keep MainDispatcherFactory class

Probably fetch by reflection, caused release build to crash at startup
parent 34a38559
No related branches found
No related tags found
No related merge requests found
......@@ -68,5 +68,5 @@
-dontwarn android.support.**
# The Android pre-handler for exceptions is loaded reflectively (via ServiceLoader).
-keep class kotlinx.coroutines.experimental.android.AndroidExceptionPreHandler { *; }
# Kotlinx
-keep class kotlinx.coroutines.internal.MainDispatcherFactory { *; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment