ZacSweers / MoshiX

Extensions for Moshi including IR plugins, moshi-sealed, and more.
Apache License 2.0
514 stars 37 forks source link

Keep names on `@NestedSealed` types #413

Closed ZacSweers closed 1 year ago

ZacSweers commented 1 year ago

This ensures that the annotations themselves aren't stripped from the class descriptor and thus available at runtime.

Resolves #411