Skip to content

Commit

Permalink
Update readme (#92)
Browse files Browse the repository at this point in the history
implementation("group:nam:version") works for both Groovy and Kotlin
  • Loading branch information
Jean-Michel Fayard authored and ajalt committed Oct 3, 2019
1 parent e31f30b commit 425b282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Clikt is distributed through

```groovy
dependencies {
implementation 'com.github.ajalt:clikt:2.2.0'
implementation("com.github.ajalt:clikt:2.2.0")
}
```

Expand Down

0 comments on commit 425b282

Please sign in to comment.