Edoardo Luppi
01/05/2024, 1:56 PMcommonMain
, yet I get this.
Anyone else experienced the same? Completion for serializer()
works, but it doesn't compile.
That is a piece of code under commonTest
.Adam S
01/05/2024, 2:05 PMserializer()
is defined on a companion object of a class, and I guess value
is an instance of a class?Edoardo Luppi
01/05/2024, 2:06 PMEdoardo Luppi
01/05/2024, 2:06 PMEdoardo Luppi
01/05/2024, 2:21 PMserializer<T>()
, so I don't have to deal with classes directly.