fix of build after migration (wat)

This commit is contained in:
2024-10-11 23:32:11 +06:00
parent fce7ec8912
commit 301cdaa2c2
28 changed files with 86 additions and 104 deletions

View File

@@ -11,7 +11,7 @@ class TypedSerializerTests {
interface Example {
val number: Number
}
val serialFormat = Json { }
val serialFormat = Json
@Serializable
data class Example1(override val number: Long) : Example