Hi,
I only see object.javaClass available, but what about Kotlin’s types? Is there API to instrospect Kotlin types and metadata?
Thanks,
Zemian
Hi,
I only see object.javaClass available, but what about Kotlin’s types? Is there API to instrospect Kotlin types and metadata?
Thanks,
Zemian
Currently, there's only Java reflection available through foo.javaClass and javaClass<Foo>()