How to add TAG on CBOR object and ByteString using kotlinx.serialization
Example :-
24(h'A367646F635479706564646F63326A6E616D65537061636573A2666E616D653231A2626262F4626363F4666E616D653232A2627878F4627979F46B72657175657374496E666FAA644B6579306656616C756530644B6579316656616C756531644B6579326656616C756532644B6579336656616C756533644B6579346656616C756534644B6579356656616C756535644B6579366656616C756536644B6579376656616C756537644B6579386656616C756538644B6579396656616C756539')
In this example i have tagged byteString with 24.
Is there any way to achive using kotlinx.serialization library in kotlin multiplatform