Kotlin / kotlinx-rpc

Add asynchronous RPC services to your multiplatform applications.
https://kotlin.github.io/kotlinx-rpc/
Apache License 2.0
533 stars 7 forks source link

Fixed name clashing in generated stubs #57

Closed Mr3zee closed 1 month ago

Mr3zee commented 1 month ago

Generated service stubs have properties like id, client and scope, and user functions may have same names, which would lead to compilation errors. To overcome this, all generated properties are prefixed with "_rpc" prefix

Mr3zee commented 1 month ago

Please ignore this CI failure, It is fixed in another PR

e5l commented 1 month ago

please check if CI fail is relevant