File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ktor = "3.2.1"
1919logback = " 1.5.18"
2020serialization = " 1.8.1"
2121coroutines = " 1.10.2"
22- kotlinx-rpc = " 0.9.1 "
22+ kotlinx-rpc = " 0.10.0 "
2323
2424[libraries ]
2525# kotlin
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ktor = "3.2.1"
1515kotlinx-serialization-json = " 1.8.1"
1616kotlinx-coroutines-core = " 1.10.2"
1717logback = " 1.5.18"
18- kotlinx-rpc = " 0.9.1 "
18+ kotlinx-rpc = " 0.10.0 "
1919
2020[libraries ]
2121# kotlin
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ktor = "3.2.1"
55kotlinx-serialization-json = " 1.8.1"
66kotlinx-coroutines-core = " 1.10.2"
77logback = " 1.5.18"
8- kotlinx-rpc = " 0.9.1 "
8+ kotlinx-rpc = " 0.10.0 "
99
1010[libraries ]
1111# kotlin
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 kotlin(" jvm" ) version " 2.2.0"
77 kotlin(" plugin.serialization" ) version " 2.2.0"
88 id(" io.ktor.plugin" ) version " 3.2.1"
9- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.9.1 "
9+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.10.0 "
1010}
1111
1212group = " kotlinx.rpc.sample"
@@ -28,12 +28,12 @@ kotlin {
2828}
2929
3030dependencies {
31- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-client:0.9.1 " )
32- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-server:0.9.1 " )
33- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json:0.9.1 " )
31+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-client:0.10.0 " )
32+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-server:0.10.0 " )
33+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-serialization-json:0.10.0 " )
3434
35- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client:0.9.1 " )
36- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server:0.9.1 " )
35+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-client:0.10.0 " )
36+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-krpc-ktor-server:0.10.0 " )
3737
3838 implementation(" io.ktor:ktor-client-cio" )
3939 implementation(" io.ktor:ktor-server-netty-jvm" )
You can’t perform that action at this time.
0 commit comments