Commit d24323b
authored
Add single-parameter syntax for com.kosherjava:zmanim dependency (#210)
* Add single-parameter syntax for com.kosherjava:zmanim dependency
In the single-parameter syntax, you can directly specify the dependency coordinates as a string enclosed in parentheses. The group, name, and version are separated by colons (":").
This syntax is supported in Kotlin build scripts, including Gradle Kotlin DSL (.kts) files, where you can use it to simplify dependency declarations.
Please note that the original code you provided is using Groovy syntax for Gradle build scripts, where the dependency is declared using named arguments. The single-parameter syntax is specific to Kotlin build scripts.
* Update README.md1 parent 2ad954f commit d24323b
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
| |||
0 commit comments