Skip to content

Commit 15d2ffa

Browse files
Update README.md
1 parent fe74f94 commit 15d2ffa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ To implement in an existing project, merge the following into your build script:
2828
```groovy
2929
plugins {
3030
// Adds the Kotlin Gradle plugin
31-
id 'org.jetbrains.kotlin.jvm' version '2.2.0'
31+
id 'org.jetbrains.kotlin.jvm' version '2.1.21'
3232
// OPTIONAL Kotlin Serialization plugin
33-
//id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.0'
33+
//id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.21'
3434
}
3535
3636
repositories {
@@ -64,9 +64,9 @@ sourceSets.each {
6464
```kotlin
6565
plugins {
6666
// Adds the Kotlin Gradle plugin
67-
kotlin("jvm") version "2.2.0"
67+
kotlin("jvm") version "2.1.21"
6868
// OPTIONAL Kotlin Serialization plugin
69-
//kotlin("plugin.serialization") version "2.2.0"
69+
//kotlin("plugin.serialization") version "2.1.21"
7070
}
7171

7272
repositories {

0 commit comments

Comments
 (0)