1# When editing this file, update the following files as well for AGP 3.6.0+: 2# - META-INF/com.android.tools/proguard/coroutines.pro 3# - META-INF/proguard/coroutines.pro 4 5# After R8 3.0.0 (or probably sometime before that), R8 learned how to optimize 6# classes mentioned in META-INF/services files, and explicitly -keeping them 7# disables these optimizations. 8# https://github.com/Kotlin/kotlinx.coroutines/issues/3111 9-keep class kotlinx.coroutines.android.AndroidDispatcherFactory {*;} 10-keep class kotlinx.coroutines.android.AndroidExceptionPreHandler {*;} 11