Kotlin / kotlinx-rpc

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

Api naming #236

Closed Mr3zee closed 3 days ago

Mr3zee commented 4 days ago

Subsystem All

Problem Description Kotlin Style Guide requires us to have maximum of two consecutive cap letters in API namings in a row. We had more, like RPC and KRPC

Solution Update naming according to style guide