File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55plugins {
66 kotlin(" jvm" ) version " 2.2.0"
7- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.10.0-grpc-127 "
7+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.10.1 "
88}
99
1010group = " kotlinx.rpc.sample"
@@ -20,7 +20,7 @@ kotlin {
2020}
2121
2222dependencies {
23- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.0 -grpc-127 " )
23+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.1 -grpc-155 " )
2424 implementation(" ch.qos.logback:logback-classic:1.5.20" )
2525 implementation(" io.grpc:grpc-netty:1.76.0" )
2626 implementation(" io.grpc:grpc-kotlin-stub:1.5.0" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ androidx-espresso-core = "3.7.0"
1313androidx-material = " 1.13.0"
1414androidx-test-junit = " 1.3.0"
1515compose = " 1.9.4"
16- compose-plugin = " 1.9.1 "
16+ compose-plugin = " 1.9.2 "
1717junit = " 4.13.2"
1818ktor = " 3.3.1"
1919logback = " 1.5.20"
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.2.21"
3- kotlin-wrappers-bom = " 2025.10.12 "
3+ kotlin-wrappers-bom = " 2025.10.14 "
44ktor = " 3.3.1"
55kotlinx-serialization-json = " 1.9.0"
66kotlinx-coroutines-core = " 1.10.2"
You can’t perform that action at this time.
0 commit comments