diff --git a/gradle-plugin/README.md b/gradle-plugin/README.md index 11b59f2..5088fca 100644 --- a/gradle-plugin/README.md +++ b/gradle-plugin/README.md @@ -2,7 +2,7 @@ > **Warning** > -> The Gradle plugin automatically bundles a specific version of the KSP plugin, which is tied to a specific version of Kotlin (can be found [here](./settings.gradle.kts#19)). This means the Gradle plugin is only compatible with projects that use that specific Kotlin version. At some point, this module will be upgraded to publish in accordance to the KSP/Kotlin version it bundles. +> The Gradle plugin automatically bundles a specific version of the KSP plugin, which is tied to a specific version of Kotlin (can be found [here](https://github.com/intuit/hooks/blob/main/settings.gradle.kts#L19)). This means the Gradle plugin is only compatible with projects that use that specific Kotlin version. At some point, this module will be upgraded to publish in accordance to the KSP/Kotlin version it bundles. Applying the hooks Gradle plugin automatically adds the appropriate dependencies to your project, configures the generated source directory, and registers the KSP plugin. diff --git a/maven-plugin/README.md b/maven-plugin/README.md index c4eaca7..52bdf5b 100644 --- a/maven-plugin/README.md +++ b/maven-plugin/README.md @@ -2,7 +2,7 @@ > **Warning** > -> The Maven Kotlin plugin automatically bundles a specific version of the KSP plugin, which is tied to a specific version of Kotlin (can be found [here](./settings.gradle.kts#19)). This means the Gradle plugin is only compatible with projects that use that specific Kotlin version. At some point, this module will be upgraded to publish in accordance to the KSP/Kotlin version it bundles. +> The Maven Kotlin plugin automatically bundles a specific version of the KSP plugin, which is tied to a specific version of Kotlin (can be found [here](https://github.com/intuit/hooks/blob/main/settings.gradle.kts#L19)). This means the Gradle plugin is only compatible with projects that use that specific Kotlin version. At some point, this module will be upgraded to publish in accordance to the KSP/Kotlin version it bundles. At the moment, the Maven extension is not complete and only helps to register the KSP plugin and partially configure the generated source directory. You will still be required to add the appropriate dependencies and add the generated source directory to your source sets.