Pedro Saraiva
Pedro Saraiva
Yes, you are right. I tried that and now gives me this error: `com.dslplatform.json.ParsingException: Expecting "type" attribute as first element of mixin com.test.client.models.Dummy. Found: 'items' at position: 21, following: "group":{"dummy":[{",...
I have another issue related to @JsonConverter. My project consists in multiple gradle modules (i.e feat1 and feat2). In feat1 I declare a converter like this and it works fine...
Can't get it to work. I made a simple app with two modules were this issue is present: [Repo](https://github.com/sky-pedrosaraiva/dsl-json-test/tree/main) The converter is defined here: [Source](https://github.com/sky-pedrosaraiva/dsl-json-test/blob/b039972b93676ab895f7ce9b4d2faa740f0e4736/app/lib/src/main/java/com/psar/lib/MyClass.kt#L9C11-L9C11)
Please try this one: [Repo](https://github.com/sky-pedrosaraiva/dsl-json-test2)