Jorge Bo
01/19/2023, 1:59 PMusing @Serializer(forClass = throws Cannot generate external serializer 'CustomSerializer': class 'CsutomDTO' is defined in another module
Dirk Hoffmann
02/03/2023, 3:56 PM@Serializer(forClass = XXX::class)
annotation, and that got it working again.
(Though I think the @Serializer annotation makes sense and it feels more like a bug to not have the annotation on my class(es)