Skip to content

Commit

Permalink
Mention Kotlin 1.6.21 in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed Jun 20, 2022
1 parent 16c613d commit 2ee99e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -92,7 +92,7 @@ And make sure that you use the latest Kotlin version:

```xml
<properties>
<kotlin.version>1.6.20</kotlin.version>
<kotlin.version>1.6.21</kotlin.version>
</properties>
```

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

// For build.gradle (Groovy DSL)
id "org.jetbrains.kotlin.jvm" version "1.6.20"
id "org.jetbrains.kotlin.jvm" version "1.6.21"
}
```

Expand Down

0 comments on commit 2ee99e2

Please sign in to comment.