Hey, all. I'm trying to use kotlinx-rpc in a kotli...
# kotlinx-rpc
p
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
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
Hey! Yeah, that's true, and the work on the KMP server is planned for November
p
Thanks!