GRPC-Kotlin-Multiplatform icon indicating copy to clipboard operation
GRPC-Kotlin-Multiplatform copied to clipboard

Gradle Plugin and Library to use GRPC within Kotlin multiplatform code.

Results 7 GRPC-Kotlin-Multiplatform issues
Sort by recently updated
recently updated
newest added

Is it possible to set up the iOS dependencies using SPM instead of cocoapods? I don't have much experience of either TBH, but I've found SPM to be less hassle,...

question

`> Task :android:checkDebugDuplicateClasses FAILED Execution failed for task ':android:checkDebugDuplicateClasses'. > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable > Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-java-3.21.6 (com.google.protobuf:protobuf-java:3.21.6) and jetified-protobuf-javalite-3.21.1 (com.google.protobuf:protobuf-javalite:3.21.1) Duplicate class...

Currently, only serialization and message creation is tested (which internally tests the entire code generation). However, test cases should be added that send RPCs to a local test server and...

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_GPBCodedInputStream", referenced from: objc-class-ref in result.o "_OBJC_CLASS_$_GRPCCall2", referenced from: objc-class-ref in result.o "_OBJC_CLASS_$_GRPCMutableCallOptions", referenced from: objc-class-ref in result.o "_OBJC_CLASS_$_GRPCRequestOptions", referenced from: objc-class-ref in result.o "_OBJC_CLASS_$_GPBCodedOutputStream",...

``` public expect class KMWorkspaceServiceStub private constructor() : KMStub { public constructor(channel: KMChannel) public suspend fun getWorkspaces(request: KMEmpty, metadata: KMMetadata = KMMetadata()): Flow public suspend fun saveWorkspace(request: KMSKWorkspace, metadata: KMMetadata...

enhancement

`proto message Foo { string message = 1; } ` fails, because message is a keyword.

bug

Hello! I'm getting this type of error. It says like proto file contains an error. But my proto files has no error, because they can be generated with gradle tasks....