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
I have an enum in shared native code and I am using this enum to pass data between fragments using safe args. To make release build work I have to keep the enum. But if I am just adding -keep to proguard with full qualified package id doesn't work. So, how to keep classed from a shared native module?
The text was updated successfully, but these errors were encountered:
I have an enum in shared native code and I am using this enum to pass data between fragments using safe args. To make release build work I have to keep the enum. But if I am just adding -keep to proguard with full qualified package id doesn't work. So, how to keep classed from a shared native module?
The text was updated successfully, but these errors were encountered: