commit | 22520a6eb64eed3d489cc4faeb697282257cdc74 | [log] [tgz] |
---|---|---|
author | Ting-Yuan Huang <[email protected]> | Fri Jan 06 16:14:29 2023 -0800 |
committer | laszio <[email protected]> | Sat Jan 07 00:22:17 2023 -0800 |
tree | ce01fcb0125dc20a529a5acf2f3db76b4fa9fc71 | |
parent | b51373ac31c307afb68aca3d0d80acaa2f46d17a [diff] |
Downgrade Kotlin from 1.8.20-dev-4608 to 1.8.0 Changes are 1. KotlinCompilationInfo isn't available in 1.8.0. Use KotlinCompilation/KotlinCompilationData instead. 2. Kotlin2JsCompilation.destinationDirectory is configured to disallow subsequent changes. Use outputFileProperty instead. 3. 1.8.0 still uses ownModuleName. 4. A minor package name change 5. Disabled kotlin-analysis-api
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: