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

Mohit Gurumukhani

08/23/2018, 9:00 PM
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

Vsevolod Tolstopyatov [JB]

08/24/2018, 8:14 AM
Could you please provide a self-contained reproducer and create a github issue? Probably we can mark some API as
@Keep
5 Views