You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We built Plunge using kotlinx-serialization for ease of de-/serializing, but turns out it's a barrier to entry when using the library. We should replace it with something available in JCenter - IMO Moshi is the way to go seeing as it's a relatively small API to include, but open for debate!
The text was updated successfully, but these errors were encountered:
We built Plunge using
kotlinx-serialization
for ease of de-/serializing, but turns out it's a barrier to entry when using the library. We should replace it with something available in JCenter - IMO Moshi is the way to go seeing as it's a relatively small API to include, but open for debate!The text was updated successfully, but these errors were encountered: