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 5
5
plugins {
6
6
kotlin(" jvm" ) version " 2.1.0"
7
7
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 "
9
9
id(" com.google.protobuf" ) version " 0.9.4"
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.5.0-eap- grpc-1 " )
25
+ implementation(" org.jetbrains.kotlinx:kotlinx-rpc-grpc-core:0.5.0-grpc-6 " )
26
26
implementation(" ch.qos.logback:logback-classic:1.5.16" )
27
27
implementation(" io.grpc:grpc-netty:1.69.0" )
28
28
}
@@ -36,7 +36,7 @@ protobuf {
36
36
37
37
plugins {
38
38
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"
40
40
}
41
41
42
42
create(" grpc" ) {
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ class ApplicationTest {
41
41
42
42
val flowList = mutableListOf<String ?>()
43
43
44
- assertEquals(null , recognizer.awaitFieldInitialization { currentlyProcessedImage }.value)
45
-
46
44
val job = CoroutineScope (Dispatchers .IO ).launch {
47
45
streamScoped {
48
46
recognizer.currentlyProcessedImage().collect { image ->
You can’t perform that action at this time.
0 commit comments