ha, I also can’t workaround it using ```@JsonCreator constructor(id: String, name: String): this(Id(...
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