We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb4cc7 commit 61afc30Copy full SHA for 61afc30
README.md
@@ -61,6 +61,9 @@ The benefit here is that we do not need to use another programming
61
language (Groovy) and can simply use Kotlin in our **build.gradle.kts** files.
62
This gives us the benefits of strict typing which lets IDEs provide
63
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)
67
68
### ✅ Use a version catalog
69
0 commit comments