How do I apply ``` dataBinding { enabled = true...
# gradle
u
How do I apply
Copy code
dataBinding {
   enabled = true
}
in
android { }
lambda in every module from one place?
g
Groovy or Kotlin?
u
groovy for now, but I presume its the same
g
Not exactly the same
but similar