Skip to content

Commit 2ee99e2

Browse files
committed
Mention Kotlin 1.6.21 in the README
1 parent 16c613d commit 2ee99e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ And make sure that you use the latest Kotlin version:
9292

9393
```xml
9494
<properties>
95-
<kotlin.version>1.6.20</kotlin.version>
95+
<kotlin.version>1.6.21</kotlin.version>
9696
</properties>
9797
```
9898

@@ -111,10 +111,10 @@ And make sure that you use the latest Kotlin version:
111111
```kotlin
112112
plugins {
113113
// For build.gradle.kts (Kotlin DSL)
114-
kotlin("jvm") version "1.6.20"
114+
kotlin("jvm") version "1.6.21"
115115

116116
// For build.gradle (Groovy DSL)
117-
id "org.jetbrains.kotlin.jvm" version "1.6.20"
117+
id "org.jetbrains.kotlin.jvm" version "1.6.21"
118118
}
119119
```
120120

0 commit comments

Comments
 (0)