blob: 1aa2b114c1e211f92de77e95b32bba11cc826ff0 [file] [log] [blame]
Steve Elliottca095be2022-07-25 14:26:10 +00001# 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 {*;}