Skip to content

Commit

Permalink
Update README.md (Kotlin#3126)
Browse files Browse the repository at this point in the history
- Fix how repositories are declared.
- Update Kotlin version.
  • Loading branch information
Amokrane committed Jan 10, 2022
1 parent 67caffe commit c41b402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ buildscript {
Make sure that you have `mavenCentral()` in the list of repositories:

```
repository {
repositories {
mavenCentral()
}
```
Expand All @@ -135,7 +135,7 @@ And make sure that you use the latest Kotlin version:

```groovy
plugins {
kotlin("jvm") version "1.5.30"
kotlin("jvm") version "1.6.0"
}
```

Expand Down

0 comments on commit c41b402

Please sign in to comment.