I am using json-parser in common code to share wit...
# serialization
m
I am using json-parser in common code to share with native and am getting stack size becomes negative error message with proguard rules. The only way the build succeeds is by adding
Copy code
-keep class kotlinx.serialization.json.*
to proguard-rules.pro. Is this intended? Or is there a better way?
v
Could you please provide a self-contained reproducer and create a github issue? Probably we can mark some API as
@Keep