commit | 870e983b0799ed605e8decac4a53f74f46ec18bb | [log] [tgz] |
---|---|---|
author | laszio <[email protected]> | Wed Feb 28 17:02:31 2024 -0800 |
committer | GitHub <[email protected]> | Wed Feb 28 17:02:31 2024 -0800 |
tree | 4cd22df2409b507ee7f84577606a8a5b1bd7986d | |
parent | d605ed642088c0d0a2f82bc53249223404565824 [diff] |
Revert "disable KSPAATest on release branch" This reverts commit c65ac57cad85f38b314414489a53a7fcff414c8c.
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: