is there a way (a compiler plugin maybe?) that I can add annotations to Kotlin classes from other libraries?
I want to add an opt-in annotation to Kotlin/Native generated code so I can hide it from consumers, and also add an annotation to some classes to I can use the
Kotlin Assignment plugin.