Also as per the README, I can build my Moshi objec...
# squarelibraries
m
Also as per the README, I can build my Moshi object to have a list of custom adapters it knows about:
Copy code
val moshi = Moshi.Builder()
      .add(ZonedDateTimeAdapter)
      .add(BigDecimalAdapter)
      .build()