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. trait JavaModule extends Module with TaskModule

    Core configuration required to compile a single Scala compilation target

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

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

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

    Core configuration required to compile a single Scala compilation target

  13. trait TestModule extends Module with JavaModule with TaskModule
  14. 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
  7. object Lib
  8. object PublishModule extends ExternalModule
  9. object TestModule
  10. object TestRunner
  11. object Versions
  12. object ZincWorkerModule extends ExternalModule with ZincWorkerModule

Inherited from AnyRef

Inherited from Any

Ungrouped