File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4
4
5
5
plugins {
6
6
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.0"
8
8
}
9
9
10
10
group = " kotlinx.rpc.sample"
@@ -21,7 +21,7 @@ kotlin {
21
21
22
22
dependencies {
23
23
implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.0-grpc-127" )
24
- implementation(" ch.qos.logback:logback-classic:1.5.18 " )
24
+ implementation(" ch.qos.logback:logback-classic:1.5.19 " )
25
25
implementation(" io.grpc:grpc-netty:1.75.0" )
26
26
implementation(" io.grpc:grpc-kotlin-stub:1.5.0" )
27
27
}
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ androidx-core-ktx = "1.17.0"
12
12
androidx-espresso-core = " 3.7.0"
13
13
androidx-material = " 1.13.0"
14
14
androidx-test-junit = " 1.3.0"
15
- compose = " 1.9.1 "
15
+ compose = " 1.9.2 "
16
16
compose-plugin = " 1.9.0"
17
17
junit = " 4.13.2"
18
18
ktor = " 3.3.0"
19
- logback = " 1.5.18 "
19
+ logback = " 1.5.19 "
20
20
serialization = " 1.9.0"
21
21
coroutines = " 1.10.2"
22
22
kotlinx-rpc = " 0.10.0"
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ androidx-appcompat = "1.7.1"
6
6
androidx-constraintlayout = " 2.2.1"
7
7
androidx-core-ktx = " 1.17.0"
8
8
androidx-test-junit = " 1.3.0"
9
- compose = " 1.9.1 "
9
+ compose = " 1.9.2 "
10
10
compose-plugin = " 1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
11
- compose-bom = " 2025.09.00 "
12
- material3 = " 1.3.2 "
11
+ compose-bom = " 2025.09.01 "
12
+ material3 = " 1.4.0 "
13
13
junit = " 4.13.2"
14
14
ktor = " 3.3.0"
15
15
kotlinx-serialization-json = " 1.9.0"
16
16
kotlinx-coroutines-core = " 1.10.2"
17
- logback = " 1.5.18 "
17
+ logback = " 1.5.19 "
18
18
kotlinx-rpc = " 0.10.0"
19
19
20
20
[libraries ]
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.2.0"
3
- kotlin-wrappers-bom = " 2025.9.8 "
3
+ kotlin-wrappers-bom = " 2025.10.3 "
4
4
ktor = " 3.3.0"
5
5
kotlinx-serialization-json = " 1.9.0"
6
6
kotlinx-coroutines-core = " 1.10.2"
7
- logback = " 1.5.18 "
7
+ logback = " 1.5.19 "
8
8
kotlinx-rpc = " 0.10.0"
9
9
10
10
[libraries ]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
38
38
implementation(" io.ktor:ktor-client-cio" )
39
39
implementation(" io.ktor:ktor-server-netty-jvm" )
40
- implementation(" ch.qos.logback:logback-classic:1.5.18 " )
40
+ implementation(" ch.qos.logback:logback-classic:1.5.19 " )
41
41
42
42
testImplementation(" io.ktor:ktor-server-test-host" )
43
43
testImplementation(" org.jetbrains.kotlin:kotlin-test-junit:2.2.0" )
You can’t perform that action at this time.
0 commit comments