Closed as not planned
Description
In my app, proguarding fails when I use gson 2.8.6, some NullPointerException, without any info, it does not even say it is from gson, but when I downgrade to 2.8.5, it is fine as it has been.
One visible warning is that "module-info.class" appears more than once. I see in some commits that you have added the module-info file in this release.
I found no workaround for proguard.
This is the proguard that is bundled with Android Studio / Android SDK, I don't know which version it is. It is possibly a bug in proguard but despite loading quite a few other libraries, it fails only with gson (I do not know if the other libraries have a module-info file in there).