Is there a way to check whether an annotation is p...
# kotlin-native
i
Is there a way to check whether an annotation is present for native targets at all? From the reference doc, it seems that
KAnnotatedElement
itself is supported in Native, but checking for annotations at runtime seems JVM only? https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-annotated-element/