Whether to include the default grpcKotlinMultiplatform protoc plugin for this source set.
Default is true.
This setting applies per source set and is not inherited via extendsFrom.
Example:
kotlin.sourceSets {
commonMain {
proto {
includeDefaultGrpcPlugin.set(false)
}
}
}Content copied to clipboard