From bcc7460f2c650a44fb4cdba78a4fe67d552995b8 Mon Sep 17 00:00:00 2001 From: riQQ Date: Thu, 30 May 2024 22:15:54 +0200 Subject: [PATCH] Editorial improvements in ksp2.md - fix typo - fix capitalization of the word *GitHub* (cherry picked from commit d8efe453f331f0568ffc8c3f2f64a1cbbd951a81) --- docs/ksp2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ksp2.md b/docs/ksp2.md index 4cb30cd5eb..e198b86fb7 100644 --- a/docs/ksp2.md +++ b/docs/ksp2.md @@ -32,7 +32,7 @@ for example: `org.gradle.jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=1024m` pass the system property `-Dorg.gradle.debug=true` in the Gradle command line. ## Transitioning from KSP1 to KSP2 -KSP1 and KSP2 are supported by an unified KSP Gradle plugin. The current versioning scheme, +KSP1 and KSP2 are supported by a unified KSP Gradle plugin. The current versioning scheme, `-`, will remain at least until KSP1 is deprecated. This allows switching between KSP1 and KSP2 easily with a single `ksp.useKSP2=` property in Gradle projects. @@ -58,7 +58,7 @@ The main gaps between KSP2 Beta and KSP2 Stable are: * Some type of annotation values are not supported (e.g. nested annotations) Please check the KSP [2.0](https://github.com/google/ksp/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.0) and -[2.1](https://github.com/google/ksp/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) milestones on github for the complete +[2.1](https://github.com/google/ksp/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1) milestones on GitHub for the complete lists of known issues. ## Feedback