lilin
Results
2
comments of
lilin
> Does it work from Gradle and not IntelliJ?它是从Gradle而不是IntelliJ工作的吗? 是的
> Does it work from Gradle and not IntelliJ?它是从Gradle而不是IntelliJ工作的吗? 我把protobuf配置修改成下面这样,增加了java代码的生成,最终编译通过了。这个是必须要生成java代码的吗? ``` protobuf { protoc { artifact = "com.google.protobuf:protoc:$protobufVersion" } plugins { create("grpc") { artifact = "io.grpc:protoc-gen-grpc-java:$grpcVersion" } create("grpckt") { artifact...