af4308e634
Do not use plugin origin for user-written classes that have @Serializer annotation for some reason. Plugin origin makes them synthetic which is incorrect because they're available in source code. Example of such class: @Serializer(JsonElement::class) class JsonElementSerializer Merge-request: KT-MR-7627 Merged-by: Sergey Shanshin <Sergey.Shanshin@jetbrains.com>