ResolvedModule

mill.api.internal.ResolvedModule
final case class ResolvedModule(path: Segments, classpath: Seq[Scoped[Path]], module: JavaModuleApi, pluginClasspath: Seq[Path], scalaOptions: Seq[String], scalaCompilerClasspath: Seq[Path], libraryClasspath: Seq[Path], facets: Seq[JavaFacet], configFileContributions: Seq[IdeaConfigFile], compilerOutput: Path, scalaVersion: Option[String], resources: Seq[Path], generatedSources: Seq[Path], allSources: Seq[Path])

Attributes

Source
api.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