Interface ScalaPluginExtension
public interface ScalaPluginExtension
Common configuration for Scala based projects. This is added by the
ScalaBasePlugin.- Since:
- 6.0
-
Method Summary
Modifier and TypeMethodDescriptionThe version of the Scala to use for compiling Scala code.The version of the Zinc compiler to use for compiling Scala code.
-
Method Details
-
getZincVersion
-
getScalaVersion
The version of the Scala to use for compiling Scala code.- Returns:
- The scala version
- Since:
- 8.13
-