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 addDefaultAdapters: Boolean
Whether to add the default data binding adapters.
addKtx
var addKtx: Boolean?
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.
enableForTests
var enableForTests: Boolean
Whether to run data binding code generation for test projects.