Created
July 7, 2022 07:22
-
-
Save gtomek/233af2e68f393700790848af64dc2748 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
102 # keep model classes e.g. kotlin data classes without need of @Keep or @SerializedName annotations | |
103 -keep class com.yourapppackage.app.**.model.** { <fields>; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment