mill.androidlib.databinding.AndroidDataBindingWorkerModule
See theAndroidDataBindingWorkerModule companion trait
Attributes
- Companion
- trait
- Source
- AndroidDataBindingWorkerModule.scala
- Graph
-
- Supertypes
-
class ExternalModuleclass RootModule0trait BaseModuleApitrait Moduletrait ModuleApitrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Self type
Members list
Type members
Inherited classlikes
object moduleInternal extends Internal
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Attributes
- Inherited from:
- Module
- Source
- Module.scala
- Supertypes
Value members
Inherited methods
def generateBindingSources(androidDataBindingWorker: AndroidDataBindingWorker, args: GenerateBindingSourcesArgs): Unit
Generate binding sources from layout info files
Generate binding sources from layout info files
Attributes
- Inherited from:
- AndroidDataBindingWorkerModule
- Source
- AndroidDataBindingWorkerModule.scala
Attributes
- Inherited from:
- RootModule0
- Source
- RootModule0.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Definition Classes
- Inherited from:
- ExternalModule
- Source
- ExternalModule.scala
def processResources(androidDataBindingWorker: AndroidDataBindingWorker, args: ProcessResourcesArgs): Unit
Process Android resources to generate layout info files
Process Android resources to generate layout info files
Attributes
- Inherited from:
- AndroidDataBindingWorkerModule
- Source
- AndroidDataBindingWorkerModule.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala
In this article