Kotlin / kotlinx-rpc

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

Fix regression of nested declarations in RPC interfaces #181

Closed Mr3zee closed 1 month ago

Mr3zee commented 1 month ago

Subsystem Compiler plugin

Problem Description We introduced regression in patch release 0.2.4 that breaks compilation in case of nested declarations in RPC interfaces

Solution Switch the error to a warning