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 b1164a4 commit 9e13aeaCopy full SHA for 9e13aea
README.md
@@ -63,6 +63,9 @@ This project uses Kotlin DSL instead of the traditional Groovy DSL by
63
using **build.gradle.kts** files instead of **build.gradle** files.
64
This gives us the benefits of strict typing which lets IDEs provide
65
better support for refactoring and auto-completion.
66
+If you want to read more about the benefits of using
67
+Kotlin DSL over Groovy DSL, you can check out
68
+[gradle-kotlin-dsl-vs-groovy-dsl](https://github.com/thorlauridsen/gradle-kotlin-dsl-vs-groovy-dsl)
69
70
### ✅ Use a version catalog
71
0 commit comments