File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
simple-ktor-app/src/test/kotlin Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 55plugins {
66 kotlin(" jvm" ) version " 2.1.0"
77 kotlin(" plugin.serialization" ) version " 2.1.0"
8- id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.5.0-eap- grpc-1 "
8+ id(" org.jetbrains.kotlinx.rpc.plugin" ) version " 0.5.0-grpc-6 "
99 id(" com.google.protobuf" ) version " 0.9.4"
1010}
1111
@@ -22,7 +22,7 @@ kotlin {
2222}
2323
2424dependencies {
25- implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.5.0-eap- grpc-1 " )
25+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.5.0-grpc-6 " )
2626 implementation(" ch.qos.logback:logback-classic:1.5.16" )
2727 implementation(" io.grpc:grpc-netty:1.69.0" )
2828}
@@ -36,7 +36,7 @@ protobuf {
3636
3737 plugins {
3838 create(" kotlinx-rpc" ) {
39- artifact = " org.jetbrains.kotlinx:kotlinx-rpc-protobuf-plugin:0.5.0-eap- grpc-1 :all@jar"
39+ artifact = " org.jetbrains.kotlinx:kotlinx-rpc-protobuf-plugin:0.5.0-grpc-6 :all@jar"
4040 }
4141
4242 create(" grpc" ) {
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ class ApplicationTest {
4141
4242 val flowList = mutableListOf<String ?>()
4343
44- assertEquals(null , recognizer.awaitFieldInitialization { currentlyProcessedImage }.value)
45-
4644 val job = CoroutineScope (Dispatchers .IO ).launch {
4745 streamScoped {
4846 recognizer.currentlyProcessedImage().collect { image ->
You can’t perform that action at this time.
0 commit comments