google / google/ksp

Annotation with backticks in the package name unrecognized

Open
#2,172 2 comments 0 reactions 1 assignee Claimed by @jaschdoc View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.