KClass.memberProperties returns a List ordered by ...
# announcements
a
KClass.memberProperties returns a List ordered by name of the field, as opposed to the java getFields that returns them in order of declaration. Is there any way I can get the KProperty List in order of declaration?