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. trait CrossModuleBase extends Module with ScalaModule
  2. trait CrossSbtModule extends Module with SbtModule with CrossModuleBase
  3. trait CrossScalaModule extends Module with ScalaModule with CrossModuleBase
  4. sealed trait CrossVersion extends AnyRef
  5. case class Dep(dep: Dependency, cross: CrossVersion, force: Boolean) extends Product with Serializable
  6. implicit class DepSyntax extends AnyRef
  7. case class GenIdeaImpl(evaluator: Evaluator, ctx: Log with Home, rootModule: BaseModule, discover: Discover[_]) extends Product with Serializable
  8. trait GenIdeaModule extends Module

    Module specific configuration of the Idea project file generator.

  9. trait JavaModule extends Module with TaskModule with GenIdeaModule

    Core configuration required to compile a single Scala compilation target

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

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

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

    Core configuration required to compile a single Scala compilation target

  15. trait TestModule extends Module with JavaModule with TaskModule
  16. trait ZincWorkerModule extends Module

Value Members

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

    Dependency versions.

    Dependency versions. Generated from mill in build.sc.

  13. object ZincWorkerModule extends ExternalModule with ZincWorkerModule

Inherited from AnyRef

Inherited from Any

Ungrouped