We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67caffe commit c41b402Copy full SHA for c41b402
README.md
@@ -116,7 +116,7 @@ buildscript {
116
Make sure that you have `mavenCentral()` in the list of repositories:
117
118
```
119
-repository {
+repositories {
120
mavenCentral()
121
}
122
@@ -135,7 +135,7 @@ And make sure that you use the latest Kotlin version:
135
136
```groovy
137
plugins {
138
- kotlin("jvm") version "1.5.30"
+ kotlin("jvm") version "1.6.0"
139
140
141
0 commit comments