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
{{ message }}
This repository was archived by the owner on Nov 11, 2021. It is now read-only.
Fix incorrect ProGuard rules that allowed shrinking volatile felds (Kotlin#2453)
* Fix incorrect ProGuard rules that allowed shrinking volatile felds
FixesKotlin#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