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 44
55plugins {
66 kotlin(" jvm" ) version " 2.2.0"
7- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.8.0-grpc-79 "
7+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.8.0"
88 id(" com.google.protobuf" ) version " 0.9.5"
99}
1010
@@ -21,7 +21,7 @@ kotlin {
2121}
2222
2323dependencies {
24- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.8.0-grpc-71 " )
24+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.8.0-grpc-79 " )
2525 implementation(" ch.qos.logback:logback-classic:1.5.18" )
2626 implementation(" io.grpc:grpc-netty:1.73.0" )
2727}
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.2.0"
33
4- agp = " 8.11.0-alpha07 "
4+ agp = " 8.11.0"
55android-compileSdk = " 36"
66android-minSdk = " 24"
77android-targetSdk = " 36"
@@ -15,9 +15,9 @@ androidx-test-junit = "1.2.1"
1515compose = " 1.8.3"
1616compose-plugin = " 1.8.2"
1717junit = " 4.13.2"
18- ktor = " 3.1.3 "
18+ ktor = " 3.2.0 "
1919logback = " 1.5.18"
20- serialization = " 1.8.1 "
20+ serialization = " 1.9.0 "
2121coroutines = " 1.10.2"
2222kotlinx-rpc = " 0.8.0"
2323
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.11.0-alpha07 "
2+ agp = " 8.11.0"
33kotlin = " 2.2.0"
44androidx-activityCompose = " 1.10.1"
55androidx-appcompat = " 1.7.1"
@@ -12,7 +12,7 @@ compose-bom = "2025.06.01"
1212material3 = " 1.3.2"
1313junit = " 4.13.2"
1414ktor = " 3.2.0"
15- kotlinx-serialization-json = " 1.8.1 "
15+ kotlinx-serialization-json = " 1.9.0 "
1616kotlinx-coroutines-core = " 1.10.2"
1717logback = " 1.5.18"
1818kotlinx-rpc = " 0.8.0"
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.2.0"
3- kotlin-wrappers-bom = " 2025.6.11 "
3+ kotlin-wrappers-bom = " 2025.7.0 "
44ktor = " 3.2.0"
5- kotlinx-serialization-json = " 1.8.1 "
5+ kotlinx-serialization-json = " 1.9.0 "
66kotlinx-coroutines-core = " 1.10.2"
77logback = " 1.5.18"
88kotlinx-rpc = " 0.8.0"
You can’t perform that action at this time.
0 commit comments