Skip to content

Commit 26b7bcd

Browse files
ALikhachevAbduqodiri Qurbonzoda
authored andcommitted
Advance Kotlin version to 1.8.21
1 parent 62a10f3 commit 26b7bcd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/kotlin-kts/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.jetbrains.kotlin.gradle.tasks.*
88
plugins {
99
java
1010
kotlin("jvm")
11-
kotlin("plugin.allopen") version "1.7.20"
11+
kotlin("plugin.allopen") version "1.8.21"
1212
id("org.jetbrains.kotlinx.benchmark") version "0.4.7"
1313
}
1414

examples/kotlin-multiplatform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import kotlinx.benchmark.gradle.JsBenchmarksExecutor
44

55
plugins {
66
id 'org.jetbrains.kotlin.multiplatform'
7-
id 'org.jetbrains.kotlin.plugin.allopen' version "1.7.20"
7+
id 'org.jetbrains.kotlin.plugin.allopen' version "1.8.21"
88
id 'org.jetbrains.kotlinx.benchmark' version "0.4.7"
99
}
1010

examples/kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'org.jetbrains.kotlin.jvm'
4-
id 'org.jetbrains.kotlin.plugin.allopen' version "1.7.20"
4+
id 'org.jetbrains.kotlin.plugin.allopen' version "1.8.21"
55
id 'org.jetbrains.kotlinx.benchmark' version '0.4.7'
66
}
77

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group=org.jetbrains.kotlinx
22
version=0.4.7
33

4-
kotlin_version=1.7.20
4+
kotlin_version=1.8.21
55
jmhVersion=1.21
66
infra_version=0.3.0-dev-73
77
kotlin.code.style=official

plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group=org.jetbrains.kotlinx
22
version=0.4.7
33

4-
kotlin_version=1.7.20
4+
kotlin_version=1.8.21
55
jmhVersion=1.21
66
infra_version=0.3.0-dev-73
77

0 commit comments

Comments
 (0)