Thanks! It's a bit longer than what I had before.....
# squarelibraries
d
Thanks! It's a bit longer than what I had before... but I guess it's probably better. I still wonder if there might not be a use case for a Factory on what I mentioned before...
e
you can do
@FromJson fun fromJson(reader: JsonReader, JsonAdapter<String> stringAdapter, ...otherAdapters...)
in case that's helpful.
d
Nice 👌🏼, thanks!