Add ProGuard rule for JsonQualifier (#342)

This commit is contained in:
John Carlson
2017-08-04 17:15:11 -05:00
committed by Jake Wharton
parent da1ed8f5c3
commit e8a2596841

View File

@@ -523,6 +523,7 @@ If you are using ProGuard you might need to add the following options:
-keepclasseswithmembers class * {
@com.squareup.moshi.* <methods>;
}
-keep @com.squareup.moshi.JsonQualifier interface *
```
Additional rules are needed if you are using the Kotlin artifact:
```