Redeclaration error with identically-named messages in different proto packages that share the same java package #179
Labels
bug
Something isn't working
component-codegen
help wanted
Extra attention is needed
platform-android
platform-jvm
I try define few proto files have same name
Message
with different package name. But when I generate kotlin file, They have same package name(com.example.protobuf
) make errorRedeclaration: Test
Example:
a.proto
:b.proto
:protoc config
:I run:
./gradlew :myapp:installDist --stacktrace
The text was updated successfully, but these errors were encountered: