Search code examples
androidandroid-gradle-pluginandroid-databinding

Disable data binding for some layouts


Is it possible to disable Android data biding for some layouts ?

dataBinding {
    enabled = true // not for all layout, possible ?
}

Solution

  • Well, if you don't wrap your layout with layout tag you don't use it