currently using proguard + gson (on my Android pro...
# reflect
r
currently using proguard + gson (on my Android project) (with kotlin 1.5.0), 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?