api / org.gradle.api.plugins.scala / ScalaBasePlugin

ScalaBasePlugin

open class ScalaBasePlugin : Plugin<Project>

A Plugin which compiles and tests Scala sources.

Constructors

<init>

ScalaBasePlugin(sourceDirectorySetFactory: SourceDirectorySetFactory)

Properties

SCALA_RUNTIME_EXTENSION_NAME

static val SCALA_RUNTIME_EXTENSION_NAME: String

ZINC_CONFIGURATION_NAME

static val ZINC_CONFIGURATION_NAME: String

Functions

apply

open fun apply(project: Project): Unit