Skip to content

0.22.1

Compare
Choose a tag to compare
@ZacSweers ZacSweers released this 16 Apr 19:19
· 279 commits to main since this release

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 **