currently using proguard + gson, i have a type ada...
# compiler
r
currently using proguard + gson, i have a type adapter factory that is using the kotlin reflection library to pivot between sealed class or default gson adapter. i'm getting the following error:
Copy code
Incomplete hierarchy for class SubSealedClass, unresolved classes [<package-to>.ParentSealedClass]
while deserializing the sealed class. am i missing proguard rules for kotlin reflection?