We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63b045 commit 433e8e6Copy full SHA for 433e8e6
README.md
@@ -168,8 +168,8 @@ Requires a gradle version no lower than 7.0
168
169
You can see how the plugin is configured in our examples:
170
- [Kotlin DSL](examples/gradle-kotlin-dsl/build.gradle.kts)
171
-- [Kotlin DSL for multi-module project](examples/gradle-kotlin-dsl/build.gradle.kts)
172
-- [Groovy DSL](examples/gradle-kotlin-dsl/build.gradle.kts)
+- [Kotlin DSL for multi-module project](examples/gradle-kotlin-dsl-multiproject/build.gradle.kts)
+- [Groovy DSL](examples/gradle-groovy-dsl/build.gradle)
173
174
<details>
175
<summary>Add this plugin to your `build.gradle.kts`:</summary>
0 commit comments