Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.md
- Loading branch information