kool icon indicating copy to clipboard operation
kool copied to clipboard

Serializer failure

Open mallumoSK opened this issue 2 years ago • 2 comments

When library published at computer (maven-local) Library fail at runtime (JS), can not find serializer annotations. At this wai everything works.

mallumoSK avatar Jan 24 '24 21:01 mallumoSK

Manually specifying the serializers should not be needed. Also, I'm not able to reproduce this.

I would assume it's some kind of configuration problem on your side. Try cleaning everything and make sure you use the samer kotlin and serialization lib versions everywhere.

fabmax avatar Jan 25 '24 16:01 fabmax

I realy do not known why, when i clone whole repo, then run project -> is ok. but when i publish into maven local, library is broken by serializer annotations (missing), I try reproduce problem in my other library-projects with the same verions. But this problem never happends

mallumoSK avatar Jan 25 '24 20:01 mallumoSK