You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide rules to build Kotlin proto and grpc libraries. Currently
upstream Protobuf and gRPC support only JVM-flavour Kotlin.
Fixesrules-proto-grpc#139.
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,10 @@ Full documentation for the current and previous versions [can be found here](htt
76
76
|[Java](https://rules-proto-grpc.com/en/latest/lang/java.html)|[java_grpc_compile](https://rules-proto-grpc.com/en/latest/lang/java.html#java-grpc-compile)| Generates a Java protobuf and gRPC srcjar file ([example](/example/java/java_grpc_compile)) |
77
77
|[Java](https://rules-proto-grpc.com/en/latest/lang/java.html)|[java_proto_library](https://rules-proto-grpc.com/en/latest/lang/java.html#java-proto-library)| Generates a Java protobuf library using ``java_library`` ([example](/example/java/java_proto_library)) |
78
78
|[Java](https://rules-proto-grpc.com/en/latest/lang/java.html)|[java_grpc_library](https://rules-proto-grpc.com/en/latest/lang/java.html#java-grpc-library)| Generates a Java protobuf and gRPC library using ``java_library`` ([example](/example/java/java_grpc_library)) |
79
+
|[Kotlin](https://rules-proto-grpc.com/en/latest/lang/kotlin.html)|[kotlin_proto_compile](https://rules-proto-grpc.com/en/latest/lang/kotlin.html#kotlin-proto-compile)| Generates a Kotlin (JVM) protobuf srcjar file ([example](/example/kotlin/kotlin_proto_compile)) |
80
+
|[Kotlin](https://rules-proto-grpc.com/en/latest/lang/kotlin.html)|[kotlin_grpc_compile](https://rules-proto-grpc.com/en/latest/lang/kotlin.html#kotlin-grpc-compile)| Generates a Kotlin (JVM) protobuf and gRPC srcjar file ([example](/example/kotlin/kotlin_grpc_compile)) |
81
+
|[Kotlin](https://rules-proto-grpc.com/en/latest/lang/kotlin.html)|[kotlin_proto_library](https://rules-proto-grpc.com/en/latest/lang/kotlin.html#kotlin-proto-library)| Generates a Kotlin (JVM) protobuf library using ``kt_jvm_library`` ([example](/example/kotlin/kotlin_proto_library)) |
82
+
|[Kotlin](https://rules-proto-grpc.com/en/latest/lang/kotlin.html)|[kotlin_grpc_library](https://rules-proto-grpc.com/en/latest/lang/kotlin.html#kotlin-grpc-library)| Generates a Kotlin (JVM) protobuf and gRPC library using ``kt_jvm_library`` ([example](/example/kotlin/kotlin_grpc_library)) |
79
83
|[JavaScript](https://rules-proto-grpc.com/en/latest/lang/js.html)|[js_proto_compile](https://rules-proto-grpc.com/en/latest/lang/js.html#js-proto-compile)| Generates JavaScript protobuf ``.js`` and ``.d.ts`` files ([example](/example/js/js_proto_compile)) |
80
84
|[JavaScript](https://rules-proto-grpc.com/en/latest/lang/js.html)|[js_grpc_node_compile](https://rules-proto-grpc.com/en/latest/lang/js.html#js-grpc-node-compile)| Generates JavaScript protobuf and gRPC-node ``.js`` and ``.d.ts`` files ([example](/example/js/js_grpc_node_compile)) |
81
85
|[JavaScript](https://rules-proto-grpc.com/en/latest/lang/js.html)|[js_grpc_web_compile](https://rules-proto-grpc.com/en/latest/lang/js.html#js-grpc-web-compile)| Generates JavaScript protobuf and gRPC-Web ``.js`` and ``.d.ts`` files ([example](/example/js/js_grpc_web_compile)) |
0 commit comments