Anyone knows how to do that? I've got code which l...
# android
r
Anyone knows how to do that? I've got code which looks like this:
Copy code
@IgnoreUnused
    @JvmStatic
    val CREATOR = object : Parcelable.Creator<Article> {
        ...
    }