ha, I also can’t workaround it using ```@JsonCreat...
# jackson-kotlin
r
ha, I also can’t workaround it using
Copy code
@JsonCreator constructor(id: String, name: String): this(Id(id), name)
because that’s a platform declaration clash with the primary constructor since
Id
is erased