Did one of you ever have the situation where kotlin produced a wrong order in the resulting JS module? If so, how have you influenced the compiler to generate a different order?
g
gbaldeck
10/21/2018, 11:41 PM
What do you mean by wrong order?
r
robstoll
10/22/2018, 7:21 AM
I have two top val and the first uses the second and unfortunately the second is initialed later on => which means when the first uses the second then the second is
undefined
g
gbaldeck
10/22/2018, 2:29 PM
Probably should create a youtrack ticket if it seems like a bug