I tried using a non-`sealed` interface that both i...
# kotest
c
I tried using a non-
sealed
interface that both inherit from, but that runs into issues where
kotlinx-serialization
cannot find the serializer for the
Enum
in
src/test
.