pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.34k stars 234 forks source link

Issue in android 12 #197

Open milon27 opened 2 years ago

milon27 commented 2 years ago

Not saving HttpCookie("token","27XSFEIJEIFREf") in android 12. below android 12 is working fine.

mfechtner commented 1 year ago

@milon27 I guess you need to provide a bit more information. Maybe a stacktrace. I would assume it has something todo that HttpCookie might not be serializable.