Hi guys, have someone used GRPC with KMM? I'm thin...
# multiplatform
f
Hi guys, have someone used GRPC with KMM? I'm thinking about building an sdk for both ios and android, it uses GRPC - Protobuf for communication. I would love to reuse as much code as possible and write as little ios code as possible too, but I haven't found any multiplatform solution for this communication stack. Any suggestions?
p
Isn't square wire exactly that?
f
isn't wire just for android?
Doesn't look like it's for Android only
l
Multiplatform since 3.0.0-alpha02, though not advertised much beyond the changelog
f
ooh, nice, thanks guys I'll take a look 👍👍
I pretty much stopped reading after this:
Copy code
The Protocol Buffers schema language and binary encoding are both defined by Google. Wire is an independent implementation from Square that's specifically designed for Android and Java.
So I guess they just need to update their readme
👍 1
p
I suggest you open an issue regarding that
p
Does anyone working with wire and can log request response with body attached?
d
Does wire(square grpc library) works with both Android and iOS platforms?
l
Yes @Deepak Rathi, it even works with Swift. Please, read the README.
thank you color 1