Kotlin reflection: get all properties

Is there a way to return all properties of a kotlin class, similar to: javaClass<MyClass>().getDeclaredFields()

10x,
Alex

This feature is planned, but not implemented yet. Reflection is work in progress. Stay tuned