My test: just add the following to your build file...
# kobalt
c
My test: just add the following to your build file:
Copy code
@Task(name = "_taskTest")
fun taskCopyVersionForWrapper(project: Project) : TaskResult {
    return TaskResult()
}