wire-compiler / com.squareup.wire.schema / Target / NullTarget

NullTarget

data class NullTarget : Target

Omit code generation for these sources. Use this for a dry-run.

Constructors

<init>

NullTarget(elements: List<String> = listOf("*"))

Omit code generation for these sources. Use this for a dry-run.

Properties

elements

val elements: List<String>

Proto types to generate sources for with this target. Types included here will be generated for this target and not for subsequent targets in the task.