-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.9.20-1.0.14] Error: Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value #1591
Comments
I've got the same problem on Kotlin/JS. |
Same issue on Linux with Kotlin/JS as well. Didn't happen in 1.0.13 but happens with 1.0.14. Repro stepsInitial setup
First, make sure compilation works:
Finally, see that 1.0.14 breaks things:
|
me too. |
I'm also seeing this (observed in kotlin js). |
Me too, failing for iOS |
To facilitate investigation, are all issues happening on non jvm targets only? |
Yes @neetopia , getting issues while compiling IOS applications only. |
@neetopia I have got the same exact issue while compiling against iOS. Works smoothly with Android. kotlin = "1.9.20" |
offending commit seems to be d1e080f, however this does not look to be a KMP specific commit, my guess is this commit exposed some underlying issues. |
Will it be available as |
it is expected to be shipped next week |
Any estimation? |
https://github.com/google/ksp/releases/tag/1.9.21-1.0.15 was released a few hours ago and I can confirm that it's working for me. |
I confirm too 👍🏼 |
I still have the issue. But the error message changed slightly:
Everything builds fine with 1.9.20-1.0.13 |
Seems to only happen on iOS (maybe all Kotlin Native).
Repro: chrisbanes/tivi#1620
The text was updated successfully, but these errors were encountered: