Hey 👋,
Can someone link/ share a Generic HashMap Adapter for Moshi
I think one might already exist instead of writing one of my own.
Which I can add to Moshi Builder
*To solve:
`Platform java.util.HashMap> (with no annotations) requires explicit JsonAdapter to be registered`*
I don't want to manually create Map TypeToken with key and value types for desrialization/ serialisation everytime I need.