Project

dc10.sbt.predef.Project
See theProject companion object
trait Project[F[_], G[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Mixins
object dsl

Members list

Value members

Abstract methods

def PROJECT[A](nme: String, packages: G[A])(using sp: SourcePos): F[A]
def ROOT[A](nme: String, source: FileDef)(using sp: SourcePos): F[Unit]