Hey, I have a problem with a Kotlin Multiplatform ...
# serialization
j
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.