Can I get the `KotlinKClass` of Kotlin class from ...
# kotlin-native
a
Can I get the
KotlinKClass
of Kotlin class from Swift/obj-C (in order to then pass it to a kotlin method)? I.e. the equivalent of
ClassName::class
on the Kotlin side?
a
Thanks!