Im in the process of updating the docs to better e...
# kroto-plus
m
Im in the process of updating the docs to better explain that there a two available plugins. One with all the generators, and one with only the grpc coroutines.
m
we’re only supposed to use one? I’m currently using:
Copy code
val protocPlugins = mapOf(
        "java" to "com.google.protobuf:protoc-gen-java",
        "grpc" to "io.grpc:protoc-gen-grpc-java:${Versions.grpcVersion}",
        "kroto" to "com.github.marcoferrer.krotoplus:protoc-gen-kroto-plus:${Versions.krotoVersion}:jvm8@jar",
        "coroutines" to "com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:${Versions.krotoVersion}:jvm8@jar"
    )