Can the 1.6 JS compiler read files generated with ...
# javascript
m
Can the 1.6 JS compiler read files generated with 1.7 and
languageVersion=1.5
?
👀 1
b
Should be, otherwise what's the point of having languageVersion?
m
There is some existence that it's not working: https://kotlinlang.slack.com/archives/C01A6KM1SBZ/p1662908867649779
Albeit I can't really investigate that issue as 1.6.10 doesn't work on M1.
wait, 1.6.20 works on M1 I can investigate
I know native doesn't honor
languageVersion
for an example
h
Isn't this "expected" with the new IR backend which is in Beta and has breaking changes between major releases?
m
Maybe? 🤷
In all cases, sounds like
no symbol found
isn't an appropriate error to return