commit | 68e99dcf56444fa729c4e210f372206ae9292dcc | [log] [tgz] |
---|---|---|
author | Colin Cross <[email protected]> | Mon Apr 24 05:24:46 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Apr 24 05:24:46 2023 +0000 |
tree | d1f64eae3bfd488c21520ffbdbd38d879afaaeeb | |
parent | 3d25c313be6b4163b067093acdd84fb4709a8318 [diff] | |
parent | ef2154b69be8849592eeb55505e50738c5eedace [diff] |
Add Android-specific files am: 6816925671 am: e80183d044 am: 96b322639d am: b9b062905d am: ef2154b69b Original change: https://android-review.googlesource.com/c/platform/external/ksp/+/2536511 Change-Id: Ife1cb75707e396322313bd1240fc3f46d36a76a4 Signed-off-by: Automerger Merge Worker <[email protected]>
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: