0.22.1
moshi-sealed
Keep signatures for typed annotated with @NestedSealed
. This ensures that the annotation, itself isn't stripped from the use on the class.
This is done via this keep rule in moshi-sealed-runtime's embedded proguard rules, which should still allow strinking/optimization of the class itself.
-keepnames @dev.zacsweers.moshix.sealed.annotations.NestedSealed class **