Skip to content

Commit 61afc30

Browse files
committed
docs: Update README.md
1 parent 6bb4cc7 commit 61afc30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ The benefit here is that we do not need to use another programming
6161
language (Groovy) and can simply use Kotlin in our **build.gradle.kts** files.
6262
This gives us the benefits of strict typing which lets IDEs provide
6363
better support for refactoring and auto-completion.
64+
If you want to read more about the benefits of using
65+
Kotlin DSL over Groovy DSL, you can check out
66+
[gradle-kotlin-dsl-vs-groovy-dsl](https://github.com/thorlauridsen/gradle-kotlin-dsl-vs-groovy-dsl)
6467

6568
### ✅ Use a version catalog
6669

0 commit comments

Comments
 (0)