Hi, I am looking at using grpc (client) on a kotli...
# kotlin-native
f
Hi, I am looking at using grpc (client) on a kotlin-native project (targets linuxX64 and linuxArm32Hpf at the moment). Any examples and library recommendations would be great. Or is it better to stick to kotlin jvm and use something like graalvm?
k
Wire has had some work towards native, but I’m not sure where that’s at today: https://github.com/square/wire
223 Views