Does Kotlin provide any way to do remote procedure...
# getting-started
r
Does Kotlin provide any way to do remote procedure calls without requiring that the target service have code that implement framework specific code? I have some objects and functions defined in a kotlin process A, and I just want to execute them from within process B without dealing with implementing an REST API or muddying all of my domain specific code with RPC coupling