commit | 9a9167e68269edb36a9cd9a1e32032b87f6d5fb7 | [log] [tgz] |
---|---|---|
author | Jiaxiang Chen <[email protected]> | Wed Mar 20 10:18:46 2024 -0700 |
committer | Jiaxiang Chen <[email protected]> | Wed Mar 20 13:06:05 2024 -0700 |
tree | cda2426dcdbb6d00770393a6880f6e3efd6c972a | |
parent | 1da80abc7fc59b46a37ce486917a39f462f336a9 [diff] |
Reapply "UPDATE_KOTLIN_VERSION: 2.0.0-dev-4562" This reverts commit 4cb46567d944d5319373211397062b1a08ab5b77.
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: