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
…ialState (#181)
#169 Added a new initialState method and ability to not use @JvmStatic all of these need keep rules.
Closes#176
** Note: Kotlin 1.3+ requires this keep rule as well:
keep class kotlin.reflect.jvm.internal.impl.serialization.deserialization.builtins.BuiltInsLoaderImpl
Per the discussion in #138, this is not a project specific rule, so not including it in the proguard file, but updated wiki to suggest it.
Tested on sample app.
Created #182 to prevent this from the future. Would be a great first task if anyone from the community wants to jump on it :)
To prevent proguard regressions when shipping new MvRx versions, we should have a simple espresso test which launches all screens in the sample app.
The text was updated successfully, but these errors were encountered: