Package org.gradle.language.scala
Interface ScalaPlatform
-
@Incubating public interface ScalaPlatform extends Platform
Defines and configures a Scala Platform.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getScalaCompatibilityVersion()
String
getScalaVersion()
-
Methods inherited from interface org.gradle.platform.base.Platform
getDisplayName, getName
-
-