|
7 | 7 |
|
8 | 8 | [](https://kotlinlang.org/docs/components-stability.html) |
9 | 9 | [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) |
10 | | -[](http://kotlinlang.org) |
| 10 | +[](http://kotlinlang.org) |
11 | 11 | [](http://www.apache.org/licenses/LICENSE-2.0) |
12 | 12 |
|
13 | 13 | [//]: # ([](https://teamcity.jetbrains.com/viewType.html?buildTypeId=Build_kRPC_All&guest=1)) |
@@ -102,7 +102,7 @@ To ensure that all IDE features of our compiler plugin work properly on IntelliJ |
102 | 102 | We support all stable Kotlin versions starting from 2.0.0: |
103 | 103 | - 2.0.0, 2.0.10, 2.0.20, 2.0.21 |
104 | 104 | - 2.1.0, 2.1.10, 2.1.20, 2.1.21 |
105 | | -- 2.2.0, 2.2.10, 2.2.20 |
| 105 | +- 2.2.0, 2.2.10, 2.2.20, 2.2.21 |
106 | 106 |
|
107 | 107 | For a full compatibility checklist, |
108 | 108 | see [Versions](https://kotlin.github.io/kotlinx-rpc/versions.html). |
@@ -134,8 +134,8 @@ that will set up code generation in a project. |
134 | 134 | Example of a setup in a project's `build.gradle.kts`: |
135 | 135 | ```kotlin |
136 | 136 | plugins { |
137 | | - kotlin("multiplatform") version "2.2.20" |
138 | | - kotlin("plugin.serialization") version "2.2.20" |
| 137 | + kotlin("multiplatform") version "2.2.21" |
| 138 | + kotlin("plugin.serialization") version "2.2.21" |
139 | 139 | id("org.jetbrains.kotlinx.rpc.plugin") version "0.10.1" |
140 | 140 | } |
141 | 141 | ``` |
|
0 commit comments