parent
33320699ac
commit
2065fbd62b
|
@ -8,6 +8,7 @@ Fork of [Emberwalker's Forgelin](https://github.com/Emberwalker/Forgelin).
|
||||||
## Usage
|
## Usage
|
||||||
```groovy
|
```groovy
|
||||||
repositories {
|
repositories {
|
||||||
|
jcenter()
|
||||||
maven {
|
maven {
|
||||||
url "http://mvn.rx14.co.uk/shadowfacts/"
|
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/).
|
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.
|
||||||
|
|
Loading…
Reference in New Issue