GenerateBindingSourcesArgs

mill.androidlib.databinding.GenerateBindingSourcesArgs
case class GenerateBindingSourcesArgs(applicationPackageName: String, layoutInfoDir: String, classInfoDir: String, outputDir: String, logFolder: String, enableViewBinding: Boolean, enableDataBinding: Boolean, useAndroidX: Boolean, dependencyClassInfoDirs: Seq[String])

Attributes

Source
GenerateBindingSourcesArgs.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product