You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then in my application's Gradle build I consume my java-platform module and declare dependency on protobuf-kotlin without version (hoping that the version will come from BOM):
Could not determine the dependencies of task ':my-app:compileJava'.
> Could not resolve all task dependencies for configuration ':my-app:compileClasspath'.
> Could not find com.google.protobuf:protobuf-kotlin:.
The text was updated successfully, but these errors were encountered:
What did you do?
I create a
java-platform
module in Gradle and consumeprotobuf-bom
to specify version of protobuf-java stack only once:Then in my application's Gradle build I consume my
java-platform
module and declare dependency onprotobuf-kotlin
without version (hoping that the version will come from BOM):What did you expect to see
Working build
What did you see instead?
The text was updated successfully, but these errors were encountered: