wire-compiler / com.squareup.wire.schema / JavaTarget / includes

includes

val includes: List<String>

Overrides Target.includes

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

This list should contain package names (suffixed with .*) and type names only. It should not contain member names.