https://kotlinlang.org logo
#serialization
Title
# serialization
j

Jan

10/09/2023, 8:21 AM
Hey, I have a problem with a Kotlin Multiplatform project. I have an Compose App split into three modules: • common • android • desktop It does work perfectly, but If I try to build my app in release mode using minify, the @SerialName annotations do not get included for some reason (leading to my app to fail). I'm not sure what can do, I tried adding proguard rules, but they don't help.