mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-01 09:57:16 +01:00
982963b3b2
A few places in the code were calling `moshi.adapter` to marshall to/from strings in the database where type converters either already exist, or are straightforward to create. Create the missing type converters, and use them throughout. This simplifies several places where a Moshi instance no longer needs to be passed through several layers of method calls. Since this doesn't change the underlying database representation of the data there's no need to bump the database version number.