We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909f8a2 commit 54cf575Copy full SHA for 54cf575
tests/compiler-plugin-tests/src/testData/box/fields.kt
@@ -11,11 +11,11 @@ import kotlinx.rpc.codegen.test.TestRpcClient
11
12
@Rpc
13
interface BoxService : RemoteService {
14
- val plainFlow: Flow<String>
+ <!FIELD_IN_RPC_SERVICE!>val plainFlow: Flow<String><!>
15
16
- val sharedFlow: SharedFlow<String>
+ <!FIELD_IN_RPC_SERVICE!>val sharedFlow: SharedFlow<String><!>
17
18
- val stateFlow: StateFlow<String>
+ <!FIELD_IN_RPC_SERVICE!>val stateFlow: StateFlow<String><!>
19
}
20
21
fun box(): String = runBlocking {
0 commit comments