TargetOptions

fun TargetOptions(name: String)
fun TargetOptions(    name: String,     command: String? = null,     toolchain: String? = null,     target: String? = null,     release: Boolean? = null,     outputName: String? = null,     args: MutableList<String> = mutableListOf("_DEFAULT"),     env: MutableMap<String, String> = mutableMapOf("_DEFAULT" to "DEFAULT"))

Sources

Link copied to clipboard
Link copied to clipboard