kamikat / moshi-jsonapi

JSON API v1.0 Specification in Moshi.
MIT License
156 stars 35 forks source link

Make final field accessible too #91

Closed Kevinrob closed 5 years ago

Kevinrob commented 5 years ago

R8 make "final" some fields that are never set.

I can't use proguard-android-optimize.txt because of it. -allowaccessmodification is causing issue with Kotlin data-class.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 81.906% when pulling f00c8d69798ff6c61c12d697f2b3e1b1edcb680f on Kevinrob:fix_R8_acces_optimization into 17a561667468756174bc5cc6683e5e821c689121 on kamikat:master.

Kevinrob commented 5 years ago

@kamikat Can you take a look at this?