task
Kotlin extension function for org.gradle.api.Project.task.
See also
Project. task
Creates a Task with the given name and type, configures it with the given configuration action, and adds it to this project tasks container.
Creates a Task with the given name and type, and adds it to this project tasks container.
See also
Project. getTasks
Task Container. create