You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix incorrect ProGuard rules that allowed shrinking volatile felds (#2453)
* Fix incorrect ProGuard rules that allowed shrinking volatile felds
Fixes#1564
* Modify ProGuard rules to only affect `kotlinx.coroutines.**`
Before, some rules were applied to a wide range of libraries for no good reason.
Now, they are limited to this library.
0 commit comments