hi! the docs (<https://kotlinlang.org/api/latest/j...
# kotlin-native
c
hi! the docs (https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/members.html) say
KClass.members
is available on native, but https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/kotlin/kotlin/reflect/KClass.kt seems to suggest otherwise (and I cannot compile). Is this a mismatch in documentation, or am I somehow using it incorrectly? I'm using gradle with kotlin 1.3.21
o
yes, documentation bug