Interface KotlinDslBaseScriptModel
This interface represents the base Kotlin DSL script models.
This model can be queried very early in the build lifecycle, without any script evaluation or build configuration.
- Since:
- 9.1.0
-
Method Summary
Modifier and TypeMethodDescriptionThe implicit imports that are used for all scripts.A base classpath that contains Gradle API, Gradle API extensions and Kotlin DSL jarsClasspath required to load Kotlin script template classes.
-
Method Details
-
getScriptTemplatesClassPath
Classpath required to load Kotlin script template classes.- Since:
- 9.1.0
-
getImplicitImports
The implicit imports that are used for all scripts.- Since:
- 9.1.0
-
getKotlinDslClassPath
A base classpath that contains Gradle API, Gradle API extensions and Kotlin DSL jars- Since:
- 9.1.0
-