Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new keep rule for MvRxViewModelFactory without JvmStatic and initialState #181

Merged
merged 2 commits into from Jan 14, 2019

Conversation

BenSchwab
Copy link
Contributor

@BenSchwab BenSchwab commented Jan 14, 2019

#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 :)

@gpeal @rossbacher

@gpeal gpeal merged commit 037ab28 into master Jan 14, 2019
@gpeal gpeal deleted the bschwab--proguard branch January 14, 2019 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants