https://kotlinlang.org logo
#android
Title
# android
l

Lior Dahan

03/06/2023, 8:03 AM
hey guys, I have a problem with Jackson since i update kotlin to 1.8.0. when proguard is enabled im getting InvalidDefinitionException for every data class that have @JsonIgnore property. everything is working fine in kotlin 1.7.20. does anyone have an idea why? thanks. Slack Conversation
o

Oleksandr Katrych

03/06/2023, 3:39 PM
That's not the place to ask this question, try adding issue in Jackson's GitHub
9 Views