From 2065fbd62bcf95ee75addcfe5437ae05402e2b87 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 11 Jun 2017 16:19:39 -0400 Subject: [PATCH] Add JCenter note to README.md Closes #14 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index db3a06c..9e64322 100644 --- a/README.md +++ b/README.md @@ -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/" } @@ -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.