kamikat / moshi-jsonapi

JSON API v1.0 Specification in Moshi.
MIT License
156 stars 34 forks source link

Remove google-collections dependency #8

Closed mreichelt closed 8 years ago

mreichelt commented 8 years ago

The dependency google-collections adds a considerable size to the project (640kB), which is more than the actual used dependencies Moshi (103kB) and okio (76kB) combined. Solution: remove the google-collections dependency if possible.