Sébastien Leclerc Lavallée
Sébastien Leclerc Lavallée
Hi! I am having this weird error when I try to instantiate a new TimeZone object: ``` val tz = TimeZone.of("America/Toronto") ``` and then use it here: ``` val now:...
Great to see an official Kotlin gRPC library! I wonder if support for Kotlin native is planned? Thanks!
With the new 0.9.0-SNAPSHOT version, new tests are failing: Required.Proto2.ProtobufInput.RepeatedScalarSelectsLast.STRING.ProtobufOutput Required.Proto2.ProtobufInput.ValidDataRepeated.STRING.ProtobufOutput Required.Proto2.ProtobufInput.ValidDataScalar.STRING[6].ProtobufOutput Required.Proto3.ProtobufInput.RepeatedScalarSelectsLast.STRING.ProtobufOutput Required.Proto3.ProtobufInput.ValidDataRepeated.STRING.ProtobufOutput Required.Proto3.ProtobufInput.ValidDataScalar.STRING[6].ProtobufOutput