Skip to content

Commit 433e8e6

Browse files
authored
Fix links to Gradle samples (#1936)
1 parent f63b045 commit 433e8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ Requires a gradle version no lower than 7.0
168168

169169
You can see how the plugin is configured in our examples:
170170
- [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)
171+
- [Kotlin DSL for multi-module project](examples/gradle-kotlin-dsl-multiproject/build.gradle.kts)
172+
- [Groovy DSL](examples/gradle-groovy-dsl/build.gradle)
173173

174174
<details>
175175
<summary>Add this plugin to your `build.gradle.kts`:</summary>

0 commit comments

Comments
 (0)