Also you can do this using this syntax: ```tasks {...
# gradle
g
Also you can do this using this syntax:
Copy code
tasks {
    "bower" {
        val gulp_bower by getting
        dependsOn(gulp_bower)
    }
}