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
// Generates the java Protobuf-lite code for the Protobufs in this project. See
// https://github.com/google/protobuf-gradle-plugin#customizing-protobuf-compilation
// for more information.
generateProtoTasks {
all().each { task ->
task.builtins {
java {
option 'lite'
}
}
}
}
}
zs1973
changed the title
how to config protobuf use kotlindsl in gradle ?
how to config protobuf use kotlindsl in build.gradle ?
Mar 10, 2021
copy gradle code from this build.gradle into my project, it not work
The text was updated successfully, but these errors were encountered: