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
Fixed VerifyError after ProGuard optimization (#2728)
Disabled optimisation for descriptor field because in some versions of ProGuard, optimization generates incorrect bytecode that causes a verification error.
Fixes#2719
# disable optimisation for descriptor field because in some versions of ProGuard, optimization generates incorrect bytecode that causes a verification error
38
+
# see https://github.com/Kotlin/kotlinx.serialization/issues/2719
0 commit comments