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 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 ScalaWorkerApi extends AnyRef
  14. trait ScalaWorkerModule extends Module
  15. trait TestModule extends Module with JavaModule with TaskModule

Value Members

  1. object CompilationResult extends Serializable
  2. object CrossModuleBase
  3. object Dep
  4. object GenIdea extends ExternalModule
  5. object GenIdeaImpl
  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