scala
abstract fun scala(@DelegatesTo(value = SourceDirectorySet::class ) configureClosure: Closure): ScalaSourceSet(source)
Configures the Scala source for this set.
The given closure is used to configure the SourceDirectorySet which contains the Scala source.
Return
this
Parameters
configure Closure
The closure to use to configure the Scala source.
Configures the Scala source for this set.
The given action is used to configure the SourceDirectorySet which contains the Scala source.
Return
this
Parameters
configure Action
The action to use to configure the Scala source.