I noticed something strange when I upgraded the An...
# squarelibraries
r
I noticed something strange when I upgraded the Android Gradle build plugin from 3.3.1 to 3.4.0. I started seeing Moshi-parsed objects start returning
null
or empty field values. If I turn off Proguard, everything works as expected. If I revert to 3.3.1 and turn Proguard on, everything works as expected. I don’t know whether this is actually a kotlin-specific issue, but it happens to be fixed by using Moshi kotlin-code-gen. I can work around the problem, more or less. I’m just curious where I should be reporting this issue.