Ralf Gehrer
Results
1
issues of
Ralf Gehrer
I added moshi-jsonapi to my Android project as follows in the build.gradle: ``` implementation 'moe.banana:moshi-jsonapi:3.5.0' implementation 'moe.banana:moshi-jsonapi-retrofit-converter:3.5.0' ``` As I'm using Retrofit in my project, I also added the converter....