How to add Gson extras to an Android project?

心已入冬 提交于 2019-11-28 14:21:48

Error:Failed to resolve: com.google.code.gson:gson-extras:2.8.2

The extra package is not published in Maven.

You can check these issues:

As you can read this package is not published and the best way to use the classes inside is just to include source-code in your project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!