Closed Kevinrob closed 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.
proguard-android-optimize.txt
-allowaccessmodification
Coverage remained the same at 81.906% when pulling f00c8d69798ff6c61c12d697f2b3e1b1edcb680f on Kevinrob:fix_R8_acces_optimization into 17a561667468756174bc5cc6683e5e821c689121 on kamikat:master.
@kamikat Can you take a look at this?
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.