Skip to content

Commit

Permalink
Add JCenter note to README.md
Browse files Browse the repository at this point in the history
Closes #14
  • Loading branch information
shadowfacts committed Jun 11, 2017
1 parent 3332069 commit 2065fbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Fork of [Emberwalker's Forgelin](https://github.com/Emberwalker/Forgelin).
## Usage
```groovy
repositories {
jcenter()
maven {
url "http://mvn.rx14.co.uk/shadowfacts/"
}
Expand All @@ -19,3 +20,5 @@ dependencies {
```

All versions can be seen [here](http://mvn.rx14.co.uk/shadowfacts/net/shadowfacts/Forgelin/).

**Note:** You must have the `jcenter()` call in your `repositories` block. JCenter is used to host the Kotlin coroutines libraries.

0 comments on commit 2065fbd

Please sign in to comment.