are these proguard rules still necessary on 1.4.0 ...
# coroutines
l
are these proguard rules still necessary on 1.4.0 in a context of a normal android app? I don’t see references to them anymore
Copy code
# ServiceLoader support
-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
-keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
-keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}