File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/pages/kotlinx-rpc/topics Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
<td ><code >kotlinx.rpc.UninitializedRPCFieldException</code ></td >
54
54
</tr >
55
55
</table >
56
- Old declaration and marked with <code >@Deprecated(WARNING)</code >
57
- and will be removed in 2 minor releases.
56
+ Old declarations are marked with <code >@Deprecated(WARNING)</code >
57
+ and will be removed during the next two minor releases.
58
58
</chapter >
59
59
</topic >
Original file line number Diff line number Diff line change 1
1
# Ktor Android App
2
- Sample Android application and Kotlin/Jvm on backend,that uses kRPC with Ktor to communicate.
2
+ Sample Android application and Kotlin/Jvm on backend, that uses kRPC protocol with Ktor to communicate.
3
3
4
4
### Running server
5
5
To run server, run ` main ` function in [ Application.kt] ( /server/src/main/kotlin/Application.kt ) from IDEA UI.
You can’t perform that action at this time.
0 commit comments