From da33a99aace27547892dfcbaea97f825106013d1 Mon Sep 17 00:00:00 2001 From: valery1707 Date: Tue, 9 Jul 2024 07:19:11 +0300 Subject: [PATCH] Fix links to Gradle samples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36c6a54dc0..f65e49afad 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,8 @@ Requires a gradle version no lower than 7.0 You can see how the plugin is configured in our examples: - [Kotlin DSL](examples/gradle-kotlin-dsl/build.gradle.kts) -- [Kotlin DSL for multi-module project](examples/gradle-kotlin-dsl/build.gradle.kts) -- [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)
Add this plugin to your `build.gradle.kts`: