https://github.com/manosbatsis/google-ksp-1125
reproducer for https://github.com/google/ksp/issues/1125
https://github.com/manosbatsis/google-ksp-1125
Last synced: 8 months ago
JSON representation
reproducer for https://github.com/google/ksp/issues/1125
- Host: GitHub
- URL: https://github.com/manosbatsis/google-ksp-1125
- Owner: manosbatsis
- Created: 2022-10-05T05:27:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T05:52:05.000Z (about 3 years ago)
- Last Synced: 2024-12-28T05:22:58.693Z (10 months ago)
- Language: Kotlin
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-ksp-1125
reproducer for https://github.com/google/ksp/issues/1125
## Setup
Define a valid SDK location with an ANDROID_HOME environment variable
or by setting the sdk.dir path in a local.properties## Reproduce
Simply run
./gradlew clean build
and you should see something like:
```
> Task :kmm-ksp-client-module:kspCommonMainKotlinMetadata
w: [ksp] KspProcessorProvider called
w: [ksp] KspAnnotationProcessor called
w: [ksp] KspAnnotationProcessor found symbols annotated with @MyAnnotation: false
w: [ksp] KspAnnotationProcessor found new files annotated with @MyAnnotation: false
w: [ksp] KspAnnotationProcessor found meta-annotated with @MyMetaAnnotation: false```
The last three lines above end with `false` when they should be `true`