https://kotlinlang.org logo
#serialization
Title
# serialization
z

Zoltan Demant

10/28/2023, 4:01 AM
Im seeing
java.lang.IllegalArgumentException: Bad position (limit 16273): -103
on API 21 after upgrading to 1.6.0 and using
Json.decodeFromStream(stream)
to parse a raw resource. Seems identical to this but the issue hasnt had much activity, so thought Id ask for ideas here!