Tim Ortel
Tim Ortel
This is now implemented for iOS and JVM. I do not know yet, what the best way to get the envoy for js running is.
We now have docker test cases.
I do not know if this is possible and I do not see a reason to do so. If you find a way nevertheless feel free to share it with...
Yes, the suspend is indeed not necessary. I will look into removing suspend from the server-side streaming functions. Thank you for the suggestion.
This should be fixed in 0.3.0
Maybe the usage of the official antlr definition for proto3 would be possible. https://github.com/antlr/grammars-v4/tree/master/protobuf3
Sounds like you are missing the protobuf/grpc pods. Maybe it is some kind of sync issue?
Have you configured your build.gradle as stated in the [documentation](https://github.com/TimOrtel/GRPC-Kotlin-Multiplatform#common-module-buildgradlekts)? If you still have problems, please post your build configuration here.
Can you please share a minimal project where this error occurs? Which xcode version are you using?
I have not tested this library on kotlin 1.8.0 so this will most likely be your issue. Please stick to kotlin 1.7.20 for now until I can figure out the...