Skip to content

Instantly share code, notes, and snippets.

@OleksandrKucherenko
Created March 31, 2019 09:20
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 OleksandrKucherenko/4fd0cd1da70c8431491ef76ed952707d to your computer and use it in GitHub Desktop.
Save OleksandrKucherenko/4fd0cd1da70c8431491ef76ed952707d to your computer and use it in GitHub Desktop.
# Moshi
-dontwarn okio.**
-dontwarn javax.annotation.Nullable
-dontwarn javax.annotation.ParametersAreNonnullByDefault
-keepclasseswithmembers class * {
 @com.squareup.moshi.* <methods>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment