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 Dep extends AnyRef
  6. implicit class DepSyntax extends AnyRef
  7. trait PublishModule extends Module with ScalaModule

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

  8. trait SbtModule extends Module with ScalaModule
  9. trait ScalaModule extends Module with TaskModule

    Core configuration required to compile a single Scala compilation target

  10. trait ScalaWorkerApi extends AnyRef
  11. trait ScalaWorkerModule extends Module
  12. trait TestModule extends Module with ScalaModule with TaskModule

Value Members

  1. object CompilationResult extends Serializable
  2. object CrossModuleBase
  3. object Dep
  4. object GenIdea
  5. object GenIdeaModule extends ExternalModule
  6. object Lib
  7. object PublishModule extends ExternalModule
  8. object ScalaWorkerModule extends ExternalModule with ScalaWorkerModule
  9. object TestModule
  10. object TestRunner

Inherited from AnyRef

Inherited from Any

Ungrouped