Hi. I created a kotlin compiler plugin which adds kotlinx.serialization.Serializable annotation to specific classes automatically. However even if I see in the built decompiled class file the added annotation, the whole serializer code for that class of the kotlinx-serialization plugin is not generated. So is my plugin executed after the kotlinx-serialization plugin? How can this be fixed? I've implemented it as ClassBuilderInterceptorExtension with DelegatingClassBuilder if it's important
👀 3
b
bashor
09/16/2021, 2:54 PM
AFAIK there is no way to define order now, feel free to create an issue.
cc @Roman Artemev [JB]
👌 1
g
Gamadril
09/16/2021, 3:20 PM
On kotlinx.serialization github project or JB youtrack?