p

mill

scalalib

package scalalib

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalalib
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CompilationResult(analysisFile: Path, classes: eval.PathRef) extends Product with Serializable
  2. trait CrossModuleBase extends Module with ScalaModule
  3. trait CrossSbtModule extends Module with SbtModule with CrossModuleBase
  4. trait CrossScalaModule extends Module with ScalaModule with CrossModuleBase
  5. sealed trait CrossVersion extends AnyRef
  6. case class Dep(dep: Dependency, cross: CrossVersion, force: Boolean) extends Product with Serializable
  7. implicit class DepSyntax extends AnyRef
  8. trait JavaModule extends Module with TaskModule

    Core configuration required to compile a single Scala compilation target

  9. trait MavenModule extends Module with JavaModule
  10. trait MavenTests extends Module with TestModule
  11. trait PublishModule extends Module with JavaModule

    Configuration necessary for publishing a Scala module to Maven Central or similar

  12. trait SbtModule extends Module with MavenModule with ScalaModule
  13. trait ScalaModule extends Module with JavaModule

    Core configuration required to compile a single Scala compilation target

  14. trait TestModule extends Module with JavaModule with TaskModule
  15. trait ZincWorkerApi extends AnyRef
  16. trait ZincWorkerModule extends Module

Value Members

  1. object CompilationResult extends Serializable
  2. object CrossModuleBase
  3. object CrossVersion
  4. object Dep extends Serializable
  5. object Dependency extends ExternalModule
  6. object GenIdea extends ExternalModule
  7. object GenIdeaImpl
  8. object Lib
  9. object PublishModule extends ExternalModule
  10. object TestModule
  11. object TestRunner
  12. object Versions
  13. object ZincWorkerModule extends ExternalModule with ZincWorkerModule

Inherited from AnyRef

Inherited from Any

Ungrouped