Hey, all. I'm trying to use kotlinx-rpc in a kotlin native app and I can't use KRPCServer because it's Java only. Is this intentional?
a
Alexander af Trolle
10/28/2024, 8:21 AM
Kotlinx rpc is in early development, multiplatform ktor server code is upcoming.
It's that the current implementation uses reflection, and that parts need needs to go before they can make it multiplatform.
a
Alexander Sysoev
10/28/2024, 8:09 PM
Hey! Yeah, that's true, and the work on the KMP server is planned for November