From 51d6cd5df2058658cda5a7787a0c21ad8d3edd0d Mon Sep 17 00:00:00 2001 From: NoMathExpectation <85624722+NoMathExpectation@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:11:56 +0800 Subject: [PATCH] Fixed ReadNarrationEvent.Category not using @Serializable. --- .../kotlin/cn/rdlevel/rdkt/core/events/ReadNarrationEvent.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/ReadNarrationEvent.kt b/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/ReadNarrationEvent.kt index 04ecaa9..d8330f6 100644 --- a/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/ReadNarrationEvent.kt +++ b/core/src/commonMain/kotlin/cn/rdlevel/rdkt/core/events/ReadNarrationEvent.kt @@ -19,6 +19,7 @@ public data class ReadNarrationEvent @JvmOverloads constructor( /** * Represents the category of the narration. */ + @Serializable public enum class Category { @SerialName("Notification") NOTIFICATION,