just wanted to ask.. the bug where automatically f...
# serialization
n
just wanted to ask.. the bug where automatically finding the serializers for types in another submodule, is there a better solution than adding
@Serializable(with=)
? that also does not work with lists afaik
s
Which bug you mean?
n
internal compile error when i do not specify which exact serializer to use for types declared in another module
i am still using 1.2.71 .. maybe its fixed in 1.3 dunno.. have to wait for fuel to update and be ready
i am gonna try to reproduce with the latest version first
s
I though I fixed that bug. Is there an open issue on GitHub/YouTrack for that?
n
i am not sure, i am still encountering it in 0.6.2
i tried to reproduce it in 0.8.0-rc13, but it did not even automatically find
@Serializable
annotated data classes it seems.. well it seems like a different thing
made a (hopefully sime enough) repo for reproducing the bug
i will create a github issue though