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 5
5
plugins {
6
6
kotlin(" jvm" ) version " 2.1.10"
7
7
kotlin(" plugin.serialization" ) version " 2.1.10"
8
- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.7 .0"
8
+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.8 .0"
9
9
id(" com.google.protobuf" ) version " 0.9.5"
10
10
}
11
11
@@ -22,7 +22,7 @@ kotlin {
22
22
}
23
23
24
24
dependencies {
25
- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.7.0-grpc-56 " )
25
+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.8.0 " )
26
26
implementation(" ch.qos.logback:logback-classic:1.5.18" )
27
27
implementation(" io.grpc:grpc-netty:1.73.0" )
28
28
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.2.0"
3
3
4
- agp = " 8.11.0-alpha07 "
4
+ agp = " 8.11.0"
5
5
android-compileSdk = " 36"
6
6
android-minSdk = " 24"
7
7
android-targetSdk = " 36"
@@ -15,9 +15,9 @@ androidx-test-junit = "1.2.1"
15
15
compose = " 1.8.3"
16
16
compose-plugin = " 1.8.2"
17
17
junit = " 4.13.2"
18
- ktor = " 3.1.3 "
18
+ ktor = " 3.2.0 "
19
19
logback = " 1.5.18"
20
- serialization = " 1.8.1 "
20
+ serialization = " 1.9.0 "
21
21
coroutines = " 1.10.2"
22
22
kotlinx-rpc = " 0.8.0"
23
23
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- agp = " 8.11.0-alpha07 "
2
+ agp = " 8.11.0"
3
3
kotlin = " 2.2.0"
4
4
androidx-activityCompose = " 1.10.1"
5
5
androidx-appcompat = " 1.7.1"
@@ -12,7 +12,7 @@ compose-bom = "2025.06.01"
12
12
material3 = " 1.3.2"
13
13
junit = " 4.13.2"
14
14
ktor = " 3.2.0"
15
- kotlinx-serialization-json = " 1.8.1 "
15
+ kotlinx-serialization-json = " 1.9.0 "
16
16
kotlinx-coroutines-core = " 1.10.2"
17
17
logback = " 1.5.18"
18
18
kotlinx-rpc = " 0.8.0"
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.2.0"
3
- kotlin-wrappers-bom = " 2025.6.11 "
3
+ kotlin-wrappers-bom = " 2025.6.15 "
4
4
ktor = " 3.2.0"
5
- kotlinx-serialization-json = " 1.8.1 "
5
+ kotlinx-serialization-json = " 1.9.0 "
6
6
kotlinx-coroutines-core = " 1.10.2"
7
7
logback = " 1.5.18"
8
8
kotlinx-rpc = " 0.8.0"
You can’t perform that action at this time.
0 commit comments