commit | b2d25a3ac1b8b6025d4df93eed4c5c774dc4bff3 | [log] [tgz] |
---|---|---|
author | Jiaxiang Chen <jiaxiang@google.com> | Tue Jan 23 14:53:36 2024 -0800 |
committer | Jiaxiang Chen <roaringacw@gmail.com> | Tue Feb 13 13:19:52 2024 -0800 |
tree | 2f151c5144a955c49a6f725bc6d9de99a6de0e4e | |
parent | c6135da9ff76c869ca060c29d7faf5e9544a78b0 [diff] |
Update android sdk to 34 for android integration tests (cherry picked from commit a148e2fe56fe9ae7919a939f1acfa5c4a812c9d0)
Welcome to KSP!
Kotlin Symbol Processing (KSP) is an API that you can use to develop lightweight compiler plugins. KSP provides a simplified compiler plugin API that leverages the power of Kotlin while keeping the learning curve at a minimum. Compared to KAPT, annotation processors that use KSP can run up to 2x faster.
Most of the documentation of KSP can be found on kotlinlang.org. Here are some handy links:
For debugging and testing processors, as well as KSP itself, please check DEVELOPMENT.md
Please let us know what you think about KSP by filing a Github issue or connecting with our team in the #ksp
channel in the Kotlin Slack workspace!
If you are interested in sending PRs, please also check out the Contributor guide.
Here are some planned features that have not yet been completely implemented: