`enum`s don't have to be marked `@Serializable`. B...
# serialization
l
`enum`s don't have to be marked
@Serializable
. But are they being prevented from obfuscation in such case (by the default kotlinx.serialization Proguard rules)?