-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new keep rule for MvRxViewModelFactory without JvmStatic and init…
…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 :)
- Loading branch information
Showing
3 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters