Is there Kotlin reflection API?

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>()