skydoves / retrofit-adapters

🚆 Retrofit call adapters for modeling network responses using Kotlin Result, Jetpack Paging3, and Arrow Either.
Apache License 2.0
516 stars 18 forks source link

Make Json instance configurable #8

Closed rayworks closed 2 years ago

rayworks commented 2 years ago

Change

Make Json instance configurable when deserializing JSON data

Types of changes

What types of changes does your code introduce?

skydoves commented 2 years ago

Hey @rayworks, This totally looks really nice! Before merging this PR, could you please run the ./gradlew apiDump command line? Thanks!

rayworks commented 2 years ago

Hey @rayworks, This totally looks really nice! Before merging this PR, could you please run the ./gradlew apiDump command line? Thanks!

Hi @skydoves , Sorry for the broken compilation. Just updated the code.