data class NullTarget : Target
Omit code generation for these sources. Use this for a dry-run.
NullTarget(elements: List<String> = listOf("*"))
Omit code generation for these sources. Use this for a dry-run. |
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. |