fix proguard cut annotation which used in custom json adapter

This commit is contained in:
Maxim Bachinsky 2020-09-02 17:48:46 +03:00
parent 97887ec7ef
commit 649b070048
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
}
-keep @com.squareup.moshi.JsonQualifier interface *
-keep @com.squareup.moshi.JsonQualifier class *
# Enum field names are used by the integrated EnumJsonAdapter.
# values() is synthesized by the Kotlin compiler and is used by EnumJsonAdapter indirectly