I'm not sure, maybe if you extend `JsonRpcResponse...
# announcements
a
I'm not sure, maybe if you extend
JsonRpcResponse<R>
with some concrete
R
type and pass that class, then it would work(?)
d
This ended up being the solutino, thanks anyways! https://github.com/square/moshi/issues/221