ScalaBasePlugin

abstract class ScalaBasePlugin : Plugin<T> (source)

A Plugin which compiles and tests Scala sources.

See also

<a href="https://docs.gradle.org/current/userguide/scala_plugin.html">Scala plugin reference</a>

Constructors

Link copied to clipboard
@Inject
constructor(objectFactory: ObjectFactory, jvmPluginServices: JvmPluginServices)

Properties

Link copied to clipboard
Default Scala Zinc compiler version
Configuration for scala compiler plugins.
Link copied to clipboard
val SCALA_RUNTIME_EXTENSION_NAME: String = "scalaRuntime"
Link copied to clipboard

Functions

Link copied to clipboard
open fun apply(project: Project)