Skip to content

Commit c41b402

Browse files
authored
Update README.md (#3126)
- Fix how repositories are declared. - Update Kotlin version.
1 parent 67caffe commit c41b402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ buildscript {
116116
Make sure that you have `mavenCentral()` in the list of repositories:
117117

118118
```
119-
repository {
119+
repositories {
120120
mavenCentral()
121121
}
122122
```
@@ -135,7 +135,7 @@ And make sure that you use the latest Kotlin version:
135135

136136
```groovy
137137
plugins {
138-
kotlin("jvm") version "1.5.30"
138+
kotlin("jvm") version "1.6.0"
139139
}
140140
```
141141

0 commit comments

Comments
 (0)