1b0919a019
In non-gradle project kotlin-stdlib-sources.jar contains sources for common and jvm part, so both (expect and actual) declarations are present in the same library sources scope. We are moving expect declarations in the bottom of this list to avoid navigation on expect declaration when actual declaration is present in the same scope ^KT-28398 Fixed