Hi folks! There anyway of using HiddenFromObjc annotation in a public class/objects?
First of all, I’m looking to create a compiler plugin that annotated Kotlinx.serialization serializer with HiddenFromObj to be able use the serializers only on KMM source code and not export the KtxSerialization at the Native Headers.