Skip to content

Instantly share code, notes, and snippets.

@gtomek
Created July 7, 2022 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtomek/233af2e68f393700790848af64dc2748 to your computer and use it in GitHub Desktop.
Save gtomek/233af2e68f393700790848af64dc2748 to your computer and use it in GitHub Desktop.
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