I wanted to ask for certain if this is legal in Moshi to have two adapters on one Moshi - I'm not getting errors, but I found on some devices there is a problem:
Moshi moshi = new Moshi.Builder()
.add(new CallLogJsonAdapter())
.add(new ContactJsonAdapter())
.build();