From 433e8e621ce19a2319691f3df33b5e55335afbef Mon Sep 17 00:00:00 2001 From: valery1707 Date: Fri, 12 Jul 2024 20:29:38 +0300 Subject: [PATCH] Fix links to Gradle samples (#1936) --- 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`: