ksp: [1.9.20-1.0.14] Error: Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value
error: java.lang.AssertionError: Rewrite at slice LEXICAL_SCOPE key: ANNOTATION_ENTRY old value:
org.jetbrains.kotlin.resolve.scopes.LexicalScope$Base@6f93355@116994901
new value: org.jetbrains.kotlin.resolve.scopes.LexicalScope$Base@3568912a@896045354
Seems to only happen on iOS (maybe all Kotlin Native).
About this issue
- Original URL
- State: closed
- Created 8 months ago
- Reactions: 14
- Comments: 15 (2 by maintainers)
Commits related to this issue
- Update dependencies, update readme https://github.com/google/ksp/issues/1591 — committed to mklkj/kommunicator by mklkj 7 months ago
it is expected to be shipped next week
I’ve got the same problem on Kotlin/JS.
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.
Any estimation?
Same issue on Linux with Kotlin/JS as well. Didn’t happen in 1.0.13 but happens with 1.0.14.
Repro steps
Initial setup
git clone https://github.com/varabyte/kobweb
cd kobweb && git checkout 0.15.0
cd kobweb/playground
# This is a nested Gradle project that includes the parent “kobweb” projectFirst, make sure compilation works:
./gradlew :site:kobwebGenSiteEntry
Finally, see that 1.0.14 breaks things:
../gradle/libs.versions.toml
ksp = 1.9.20-1.0.14
./gradlew :site:kobwebGenSiteEntry
Will it be available as
1.0.15
version? Any ETA? Thanks 🙏🏼