Skip to content

Commit

Permalink
chore: add comment explaining google protobuf exclusions (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 authored Feb 5, 2024
1 parent ec3ce4e commit 69d35df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kotlin/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ plugins {
version = rootProject.version

dependencies {
// The exclude stops the google protos from being generated.
// The dependencies include prebuilt versions.
protobuf(files(fileTree("../../proto") {
include("*.proto")
exclude("**/*/*.proto")
Expand Down

0 comments on commit 69d35df

Please sign in to comment.