:wave: hey folks, does anyone have any suggestions...
# jackson-kotlin
d
👋 hey folks, does anyone have any suggestions how I'd go about debugging https://github.com/FasterXML/jackson-module-kotlin/issues/522 issue that I'm also running into? I've tried going the no-args plugin compiler route, but it still doesn't fix some of the json classes (it fixed some, but not all). The only thing that worked is turning build minification off, but now we are running into another issue where our APK is too large for Play Store. Any help/pointers are greatly appreciated
✅ 1
I added all the proguard rules suggested on the jackson library's github page to no avail
Figured it out... Apparently this is an R8 bug: https://issuetracker.google.com/issues/206855609 Following https://issuetracker.google.com/issues/206855609#comment9 solved the issue.