From b2ec3e73936bd62a25e78ad3e7439a053aa6c0ae Mon Sep 17 00:00:00 2001 From: Adam <152864218+adam-enko@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:20:43 +0100 Subject: [PATCH] fix typo `kotlin-dls` -> `kotlin-dsl` --- docs/plugin-development/kotlin-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin-development/kotlin-plugins.md b/docs/plugin-development/kotlin-plugins.md index ed6617e..33bff6c 100644 --- a/docs/plugin-development/kotlin-plugins.md +++ b/docs/plugin-development/kotlin-plugins.md @@ -142,7 +142,7 @@ If you are used to writing `build.gradle.kts` files, you may use the `kotlin-dsl `kotlin-dsl` configures the Kotlin compiler so that you can use precompiled scripts plugins and/or write similar syntax in your regular `.kt` files. -The `kotlin-dls` plugin: +The `kotlin-dsl` plugin: * applies `"java-gradle-plugin"`. * applies `kotlin-embedded` to use the same Kotlin embedded version as your Gradle distribution.