rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
607 stars 103 forks source link

Embed proguard rules #203

Closed ZacSweers closed 5 years ago

ZacSweers commented 5 years ago

This embeds proguard rules directly in the jar for R8/proguard, and also tunes them to use newer features to only selectively keep adapters (adapted from Moshi's configuration)

Resolves #200