Skip to content

Commit

Permalink
Recommend jitpack in getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
exaV committed Jun 1, 2021
1 parent 61dce42 commit 3ebf6f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Start here: https://github.com/exaV/screeps-kotlin-starter

### Gradle

``` Groovy
``` Kotlin
repositories {
jcenter()
url("https://jitpack.io")
}
dependencies {
compile "ch.delconte.screeps-kotlin:screeps-kotlin-types:<version>"
implementation("com.github.exaV:screeps-kotlin-types:<version or commit hash>")
}

```
Expand Down

0 comments on commit 3ebf6f9

Please sign in to comment.