You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that properties are output in alphabetical order. It seems to me that they should be generated in declaration order (in the kotlin definition). At the very least that should be configurable.
The text was updated successfully, but these errors were encountered:
There is no code ordering properties inside the generator. The properties are emitted in the order they are produced by declaredMemberProperties from the Kotlin reflection API.
It seems that properties are output in alphabetical order. It seems to me that they should be generated in declaration order (in the kotlin definition). At the very least that should be configurable.
The text was updated successfully, but these errors were encountered: