diff --git a/README.md b/README.md index b5716da..409f15f 100644 --- a/README.md +++ b/README.md @@ -523,6 +523,7 @@ If you are using ProGuard you might need to add the following options: -keepclasseswithmembers class * { @com.squareup.moshi.* ; } +-keep @com.squareup.moshi.JsonQualifier interface * ``` Additional rules are needed if you are using the Kotlin artifact: ```