Skip to content

Commit aed0e80

Browse files
authored
Update Kotlin to 2.1.21 (#337)
1 parent eaaba79 commit aed0e80

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![Kotlin Experimental](https://kotl.in/badges/experimental.svg)](https://kotlinlang.org/docs/components-stability.html)
99
[![Official JetBrains project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
10-
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.0--2.1.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
10+
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.0--2.1.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
1111
[![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
1212

1313
[//]: # ([![TeamCity build](https://img.shields.io/teamcity/build/s/Build_kRPC_All.svg?server=http%3A%2F%2Fkrpc.teamcity.com)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=Build_kRPC_All&guest=1))
@@ -114,8 +114,8 @@ that will set up code generation in a project.
114114
Example of a setup in a project's `build.gradle.kts`:
115115
```kotlin
116116
plugins {
117-
kotlin("multiplatform") version "2.1.20"
118-
kotlin("plugin.serialization") version "2.1.20"
117+
kotlin("multiplatform") version "2.1.21"
118+
kotlin("plugin.serialization") version "2.1.21"
119119
id("org.jetbrains.kotlinx.rpc.plugin") version "0.6.2"
120120
}
121121
```
@@ -177,7 +177,7 @@ For a working example, see the [sample gRPC project](/samples/grpc-app).
177177
## Kotlin compatibility
178178
We support all stable Kotlin versions starting from 2.0.0:
179179
- 2.0.0, 2.0.10, 2.0.20, 2.0.21
180-
- 2.1.0, 2.1.10, 2.1.20
180+
- 2.1.0, 2.1.10, 2.1.20, 2.1.21
181181

182182
For a full compatibility checklist,
183183
see [Versions](https://kotlin.github.io/kotlinx-rpc/versions.html).

docs/pages/kotlinx-rpc/topics/versions.topic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</p>
2323
<list>
2424
<li>2.0.0, 2.0.10, 2.0.20, 2.0.21</li>
25-
<li>2.1.0, 2.1.10, 2.1.20</li>
25+
<li>2.1.0, 2.1.10, 2.1.20, 2.1.21</li>
2626
</list>
2727
<p>
2828
Our code generation will support these versions (See more on <a anchor="code-generation-artifacts">code generation artifacts</a>).

docs/pages/kotlinx-rpc/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
<!-- Library versions -->
1717
<var name="kotlinx-rpc-version" value="0.6.2"/>
18-
<var name="kotlin-version" value="2.1.20"/>
18+
<var name="kotlin-version" value="2.1.21"/>
1919
</vars>

versions-root/kotlin-versions-lookup.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Kotlin,atomicfu,serialization,detekt-gradle-plugin,gradle-kotlin-dsl,binary-compatibility-validator,kover
2+
2.1.21,0.27.0,1.8.1,1.23.8,5.1.2,0.17.0,0.9.1
23
2.1.20,0.27.0,1.8.1,1.23.8,5.1.2,0.17.0,0.9.1
34
2.1.10,0.27.0,1.8.1,1.23.8,5.1.2,0.17.0,0.9.1
45
2.1.0,0.27.0,1.8.1,1.23.8,5.1.2,0.17.0,0.9.1

versions-root/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
kotlinx-rpc = "0.7.0-SNAPSHOT"
44

55
# kotlin
6-
kotlin-lang = "2.1.20" # or env.KOTLIN_VERSION
6+
kotlin-lang = "2.1.21" # or env.KOTLIN_VERSION
77
kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSION
88

99
# kotlin independent versions

0 commit comments

Comments
 (0)