Thiago
12/27/2021, 9:23 PMmbonnin
12/27/2021, 9:25 PMmbonnin
12/27/2021, 9:26 PMmbonnin
12/27/2021, 9:27 PMThiago
12/27/2021, 9:31 PMSrSouza
12/27/2021, 9:32 PMKtor
this is the case as well.mbonnin
12/27/2021, 9:36 PMmbonnin
12/27/2021, 9:37 PMThiago
12/27/2021, 9:41 PMjava.lang.IllegalArgumentException: Unable to create converter for class java.lang.Object
in @Serializable classes that was working with previous proguard setup.Thiago
12/27/2021, 9:43 PMmbonnin
12/27/2021, 9:46 PM@Serializable
classes explicitely or list them with a plugin. The proguard rules should allow to do something like:
keep @kotlinx.serialization.Serializable class **
mbonnin
12/27/2021, 9:47 PM@Serializable
classesmbonnin
12/27/2021, 9:47 PMThiago
12/27/2021, 10:57 PMThiago
12/27/2021, 11:00 PMephemient
12/27/2021, 11:32 PMephemient
12/27/2021, 11:44 PMFunkyMuse
12/28/2021, 11:49 AMephemient
12/28/2021, 12:12 PM