DataBinding

interface DataBinding


DSL object for configuring databinding options.

Summary

Public properties

Boolean

Whether to add the default data binding adapters.

Boolean?

Whether to add the data binding KTX features.

Boolean

Whether to enable data binding.

Boolean

Whether to run data binding code generation for test projects.

Boolean

This property is deprecated. deprecated, use enable

Boolean

This property is deprecated. deprecated, use enableForTests

String?

The version of data binding to use.

Public properties

addDefaultAdapters

var addDefaultAdaptersBoolean

Whether to add the default data binding adapters.

addKtx

var addKtxBoolean?

Whether to add the data binding KTX features. A null value means that the user hasn't specified any value in the DSL. The default value can be tweaked globally using the android.defaults.databinding.addKtx gradle property.

enable

var enableBoolean

Whether to enable data binding.

enableForTests

var enableForTestsBoolean

Whether to run data binding code generation for test projects.

isEnabled

var isEnabledBoolean

isEnabledForTests

var isEnabledForTestsBoolean

version

var versionString?

The version of data binding to use.