``` var git: GitAdapter.GitConfig? = null ...
# gradle
s
Copy code
var git: GitAdapter.GitConfig? = null

    fun git() = git
    fun git(closure: Closure<Any>) {
        closure.call(git)
    }