neworldlt
07/19/2018, 7:56 PM0.5.0
it worked well. With 0.6.0
compile is crashing with Can't locate polymorphic serializer definition
sandwwraith
07/19/2018, 7:58 PMneworldlt
07/19/2018, 8:01 PMval planets: List<Container<Planet>> = emptyList()
And I have custom serializers in JS and JVM modules@Serializable(with = ContainerSerializer::class)
val planets: List<Container<Planet>> = emptyList(),
ContainerSerializer
0.6.0
version does check polymorphic fields
for JS module and leave no chance to use custom serializer.