Properties

Available in a dev version: 0․11․0-grpc-186

How to configure

open class Properties(val isTest: Boolean, val sourceSetNames: Set<String>)(source)

Properties of the buf task.

Can be used with ProtoTasks to filter tasks.

Inheritors

Constructors

Link copied to clipboard
constructor(isTest: Boolean, sourceSetNames: Set<String>)

Properties

Link copied to clipboard

Whether the task is for a test source set.

Link copied to clipboard

Names of all kotlinx.rpc.protoc.ProtoSourceSets this task is associated with.