Ralf Gehrer

Results 1 comments of Ralf Gehrer

My current workaround is as follow: ``` implementation 'com.squareup.moshi:moshi:1.4.0' implementation ('moe.banana:moshi-jsonapi:3.5.0') { exclude group: 'moe.banana.moshi-jsonapi', module: 'retrofit-converter' } implementation 'moe.banana:moshi-jsonapi-retrofit-converter:3.5.0' ```