Skip to content

Commit

Permalink
mention gradle kotlin DSL (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-morich authored Oct 15, 2023
1 parent 9c30dc5 commit a1709c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ dependencyResolutionManagement {
}
```

If using gradle kotlin use line
```gradle.kts
maven(url = "https://jitpack.io")
```

Add library to dependencies
```gradle
dependencies {
Expand Down

0 comments on commit a1709c3

Please sign in to comment.