Annotation with backticks in the package name unrecognized
Open
P2
- Dominant language
- Kotlin
- Stars
- 3.5k
- Forks
- 415
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 53
Description
[Reported](https://kotlinlang.slack.com/archives/C013BA8EQSE/p1729759296658349) by Toshihiro Nakamura:
When using KSP2, it seems that the SymbolProcessor does not recognize annotations that contain backticks in the package name. For example, consider the following annotation:
```
@`org.komapper.annotation`.KomapperEntity
data class Employee(val id: Int)
```
The annotation is recognized by the SymbolProcessor in version 2.0.21-1.0.25, but it is not recognized in version 2.0.21-1.0.26.
Contributor guide
Assessment
This issue has not been assessed yet.