Maybe give some thoughts to a monorepo approach, i...
# grpc
m
Maybe give some thoughts to a monorepo approach, if that's an option
k
In the monorepo approach, will a single build system like gradle be able to handle all the client side programming language options. For instance, we might want to generate ruby, python, javascript, java, c++ and go libraries
m
It depends on the build system. Using something like Bazel might work, but if you have existing code, that might be a big investment to migrate to it. Having different build systems in the same repo might be fine.