data class KotlinTarget : Target
Generate .kt sources.
KotlinTarget(elements: List<String> = listOf("*"), outDirectory: String, android: Boolean = false, javaInterop: Boolean = false)
Generate |
val android: Boolean
True for emitted types to implement |
|
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. |
|
val javaInterop: Boolean
True for emitted types to implement APIs for easier migration from the Java target. |
|
val outDirectory: String |