Pedro Saraiva

Results 2 issues of Pedro Saraiva

Please provide the following informations. - System version Macbook M1 Pro Ventura 13.4.1 - Java version 11.0.19 - Gradle version 7.6.1 - Android Gradle plugin version 7.4.2 - Booster version...

Hello, i'm trying to replace moshi with dsl-json. In moshi is possible to implement adapters for a certain interface with multiple implementations: ``` PolymorphicJsonAdapterFactory.of(Dummy::class.java, "type") .withSubtype(SuperDummy::class.java, TypesEnum.SuperDummy.value) .withSubtype(MegaDummy::class.java, TypesEnum.MegaDummy.value) ```...