From 649b07004842727610ac9885017926d15713db38 Mon Sep 17 00:00:00 2001 From: Maxim Bachinsky Date: Wed, 2 Sep 2020 17:48:46 +0300 Subject: [PATCH] fix proguard cut annotation which used in custom json adapter --- proguard/rules/moshi.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/proguard/rules/moshi.pro b/proguard/rules/moshi.pro index 3bae28e..fe81601 100644 --- a/proguard/rules/moshi.pro +++ b/proguard/rules/moshi.pro @@ -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