Skip to content

Commit 425b282

Browse files
Jean-Michel Fayardajalt
Jean-Michel Fayard
authored andcommitted
Update readme (#92)
implementation("group:nam:version") works for both Groovy and Kotlin
1 parent e31f30b commit 425b282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Clikt is distributed through
8282

8383
```groovy
8484
dependencies {
85-
implementation 'com.github.ajalt:clikt:2.2.0'
85+
implementation("com.github.ajalt:clikt:2.2.0")
8686
}
8787
```
8888

0 commit comments

Comments
 (0)