I'd be very interested into some sort of solution to automatically infeer a field order for reflection
🤔 1
a
artem_zin
10/18/2018, 12:06 AM
hm, I guess the only way to do it is to have that information written into metadata by kotlin compiler (it actually might be already there)
Java's reflection doesn't guarantee any specific order in the field array