ScalaPlugin

abstract class ScalaPlugin : Plugin<Project> (source)

A Plugin which sets up a Scala project.

Since

0.8

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val SCALA_DOC_TASK_NAME: String = "scaladoc"
The scala doc task name.

Functions

Link copied to clipboard
open fun apply(project: Project)
Apply this plugin to the given target object.