sealed class Target
data class JavaTarget : Target
Generate |
|
data class KotlinTarget : Target
Generate |
|
data class NullTarget : Target
Omit code generation for these sources. Use this for a dry-run. |
|
interface TypeHandler |
abstract 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. |
data class JavaTarget : Target
Generate |
|
data class KotlinTarget : Target
Generate |
|
data class NullTarget : Target
Omit code generation for these sources. Use this for a dry-run. |