We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72733b7 commit 5969af5Copy full SHA for 5969af5
app/proguard-rules.pro
@@ -25,3 +25,9 @@
25
public static <1> INSTANCE;
26
kotlinx.serialization.KSerializer serializer(...);
27
}
28
+
29
+# Needed for using TypeToken with Gson
30
+# Taken from: https://r8.googlesource.com/r8/+/refs/heads/main/compatibility-faq.md#troubleshooting-gson-gson
31
+-keepattributes Signature
32
+-keep class com.google.gson.reflect.TypeToken { *; }
33
+-keep class * extends com.google.gson.reflect.TypeToken
0 commit comments