open class CheckTaskProcess : CargoTaskProcessBase<CheckOptions>
<init> |
CheckTaskProcess(project: Project, settings: ProjectSettings, variant: BuildVariant) |
options |
open val options: CheckOptions |
call |
This function is called when RusticTask is executed. Not executed when BuildVariant # enable is false. open fun call(tool: Cargo, builder: OptionBuilder): Unit |