File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed 
ktor-all-platforms-app/gradle Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 44
55plugins {
66    kotlin(" jvm" " 2.2.0" 
7-     id(" org.jetbrains.kotlinx.rpc.plugin" " 0.10.0-grpc-127 " 
7+     id(" org.jetbrains.kotlinx.rpc.plugin" " 0.10.0" 
88}
99
1010group =  " kotlinx.rpc.sample" 
@@ -21,8 +21,8 @@ kotlin {
2121
2222dependencies {
2323    implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.10.0-grpc-127" 
24-     implementation(" ch.qos.logback:logback-classic:1.5.18 " 
25-     implementation(" io.grpc:grpc-netty:1.75 .0" 
24+     implementation(" ch.qos.logback:logback-classic:1.5.20 " 
25+     implementation(" io.grpc:grpc-netty:1.76 .0" 
2626    implementation(" io.grpc:grpc-kotlin-stub:1.5.0" 
2727}
2828
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ androidx-core-ktx = "1.17.0"
1212androidx-espresso-core  = " 3.7.0" 
1313androidx-material  = " 1.13.0" 
1414androidx-test-junit  = " 1.3.0" 
15- compose  = " 1.9.1 " 
16- compose-plugin  = " 1.9.0 " 
15+ compose  = " 1.9.4 " 
16+ compose-plugin  = " 1.9.1 " 
1717junit  = " 4.13.2" 
18- ktor  = " 3.3.0 " 
19- logback  = " 1.5.18 " 
18+ ktor  = " 3.3.1 " 
19+ logback  = " 1.5.20 " 
2020serialization  = " 1.9.0" 
2121coroutines  = " 1.10.2" 
2222kotlinx-rpc  = " 0.10.0" 
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ androidx-appcompat = "1.7.1"
66androidx-constraintlayout  = " 2.2.1" 
77androidx-core-ktx  = " 1.17.0" 
88androidx-test-junit  = " 1.3.0" 
9- compose  = " 1.9.1 " 
9+ compose  = " 1.9.4 " 
1010compose-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.10.01 " 
12+ material3  = " 1.4.0 " 
1313junit  = " 4.13.2" 
14- ktor  = " 3.3.0 " 
14+ ktor  = " 3.3.1 " 
1515kotlinx-serialization-json  = " 1.9.0" 
1616kotlinx-coroutines-core  = " 1.10.2" 
17- logback  = " 1.5.18 " 
17+ logback  = " 1.5.20 " 
1818kotlinx-rpc  = " 0.10.0" 
1919
2020[libraries ]
Original file line number Diff line number Diff line change 11[versions ]
22kotlin  = " 2.2.0" 
3- kotlin-wrappers-bom  = " 2025.9.8 " 
4- ktor  = " 3.3.0 " 
3+ kotlin-wrappers-bom  = " 2025.10.11 " 
4+ ktor  = " 3.3.1 " 
55kotlinx-serialization-json  = " 1.9.0" 
66kotlinx-coroutines-core  = " 1.10.2" 
7- logback  = " 1.5.18 " 
7+ logback  = " 1.5.20 " 
88kotlinx-rpc  = " 0.10.0" 
99
1010[libraries ]
Original file line number Diff line number Diff line change 55plugins {
66    kotlin(" jvm" " 2.2.0" 
77    kotlin(" plugin.serialization" " 2.2.0" 
8-     id(" io.ktor.plugin" " 3.3.0 " 
8+     id(" io.ktor.plugin" " 3.3.1 " 
99    id(" org.jetbrains.kotlinx.rpc.plugin" " 0.10.0" 
1010}
1111
@@ -37,7 +37,7 @@ dependencies {
3737
3838    implementation(" io.ktor:ktor-client-cio" 
3939    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.20 " 
4141
4242    testImplementation(" io.ktor:ktor-server-test-host" 
4343    testImplementation(" org.jetbrains.kotlin:kotlin-test-junit:2.2.0" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments