commit | 86802f0186437e568d9a4c5f598959632e53dda7 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Feb 05 09:02:54 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 05 09:02:54 2024 +0000 |
tree | d1f64eae3bfd488c21520ffbdbd38d879afaaeeb | |
parent | 9c319b1d73e8e405cb1883c65fa63d8678989dff [diff] | |
parent | 873dacf7ed9a09a6d502f157a61bf68374780435 [diff] |
[automerger skipped] Add Android-specific files am: 873dacf7ed -s ours am skip reason: Merged-In I3ca342b116a91c0daa8905dfca55beb222aec57d with SHA-1 6816925671 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/ksp/+/26101072 Change-Id: I59669c9760e41466389d2cf4f0ecbbe83ce9568f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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:
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: