Is there a way to completely ignore the warning ab...
# android
p
Is there a way to completely ignore the warning about
IgnoredOnParcel
/ compile flag? I do know that only the primary constructor properties are serialized and don't need a warning about that. The inspection only suggests me to suppress ``PLUGIN_WARNING`` but that's too broad to apply it to the whole project