commit | d605ed642088c0d0a2f82bc53249223404565824 | [log] [tgz] |
---|---|---|
author | laszio <ting-yuan@users.noreply.github.com> | Wed Feb 28 17:02:31 2024 -0800 |
committer | GitHub <noreply@github.com> | Wed Feb 28 17:02:31 2024 -0800 |
tree | c5169ac47092a47c81ceb4e425d2806466a66dfc | |
parent | cd3f11168261d3ae84f4136839ae679c0ca85449 [diff] |
Revert "disable 2 tests not working due to compiler version mismatch in release branch" This reverts commit 3ea749001abc37d4253e58be1861f17222091605.
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: