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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
First release of the lint check to find Kotlin objects which implement Serializable but do not include a readResolve() method to ensure correct singleton behaviour after deserialization.