Yes. Reification is a Kotlin only feature. So it's...
# announcements
k
Yes. Reification is a Kotlin only feature. So it's not available to Java. If you try to call it via reflection for example, you'll get an
UnsuportedOperationException
l
kingsley: makes sense, thank you