Steps to reproduce the behavior: When executing this line of code (https://github.com/googleapis/java-bigtable-hbase/blob/master/bigtable-client-core-parent/bigtable ...
I have a protobuf a.proto defined in project :lib and second protobuf b.proto in project :app that has dependency compile project(':lib'). My second protobuf imports a.proto and relies on a.proto ...