Skip to content

Commit

Permalink
Merge pull request #32 from adam-enko/patch-1
Browse files Browse the repository at this point in the history
fix typo `kotlin-dls` -> `kotlin-dsl`
  • Loading branch information
oleg-nenashev authored Jan 14, 2025
2 parents c9df0c7 + b2ec3e7 commit 914ae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugin-development/kotlin-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 914ae7b

Please sign in to comment.