I have a weird error with Kotlinx serialization of...
# serialization
b
I have a weird error with Kotlinx serialization of a dataclass:
val title: List<String>?,
val firstTitle: String? = title?.first(),