IrScopedDeps

mill.main.buildgen.IrScopedDeps
case class IrScopedDeps(namedMvnDeps: Seq[(String, String)], mainBomMvnDeps: SortedSet[String], mainMvnDeps: SortedSet[String], mainModuleDeps: SortedSet[String], mainCompileMvnDeps: SortedSet[String], mainCompileModuleDeps: SortedSet[String], mainRunMvnDeps: SortedSet[String], mainRunModuleDeps: SortedSet[String], testModule: Option[String], testBomMvnDeps: SortedSet[String], testMvnDeps: SortedSet[String], testModuleDeps: SortedSet[String], testCompileMvnDeps: SortedSet[String], testCompileModuleDeps: SortedSet[String])

Attributes

Source
ir.scala
Graph
Supertypes
trait Serializable
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