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 16c613d commit 2ee99e2Copy full SHA for 2ee99e2
README.md
@@ -92,7 +92,7 @@ And make sure that you use the latest Kotlin version:
92
93
```xml
94
<properties>
95
- <kotlin.version>1.6.20</kotlin.version>
+ <kotlin.version>1.6.21</kotlin.version>
96
</properties>
97
```
98
@@ -111,10 +111,10 @@ And make sure that you use the latest Kotlin version:
111
```kotlin
112
plugins {
113
// For build.gradle.kts (Kotlin DSL)
114
- kotlin("jvm") version "1.6.20"
+ kotlin("jvm") version "1.6.21"
115
116
// For build.gradle (Groovy DSL)
117
- id "org.jetbrains.kotlin.jvm" version "1.6.20"
+ id "org.jetbrains.kotlin.jvm" version "1.6.21"
118
}
119
120
0 commit comments