[klib] Fix serialization of missing annotations
^KT-42490 ^KT-44625
This commit is contained in:
committed by
Space Team
parent
90d702ed27
commit
17e9a6a781
@@ -17,9 +17,13 @@ object JsSerializerProtocol : SerializerExtensionProtocol(
|
||||
JsProtoBuf.constructorAnnotation,
|
||||
JsProtoBuf.classAnnotation,
|
||||
JsProtoBuf.functionAnnotation,
|
||||
functionExtensionReceiverAnnotation = null,
|
||||
JsProtoBuf.propertyAnnotation,
|
||||
JsProtoBuf.propertyGetterAnnotation,
|
||||
JsProtoBuf.propertySetterAnnotation,
|
||||
propertyExtensionReceiverAnnotation = null,
|
||||
propertyBackingFieldAnnotation = null,
|
||||
propertyDelegatedFieldAnnotation = null,
|
||||
JsProtoBuf.enumEntryAnnotation,
|
||||
JsProtoBuf.compileTimeValue,
|
||||
JsProtoBuf.parameterAnnotation,
|
||||
|
||||
Reference in New Issue
Block a user