Package org.gradle.tooling.model.dsl
Interface KotlinDslBaseScriptModel
This interface describes the Kotlin DSL specific part of
GradleDslBaseScriptModel.- Since:
- 9.2.0
-
Method Summary
Modifier and TypeMethodDescriptionThe compilation classpath for Kotlin DSL scripts.The implicit imports that are added to all Kotlin DSL scripts.Classpath required to load Kotlin DSL script template classes.
-
Method Details
-
getScriptTemplatesClassPath
Classpath required to load Kotlin DSL script template classes.- Since:
- 9.2.0
-
getCompileClassPath
The compilation classpath for Kotlin DSL scripts.- Since:
- 9.2.0
-
getImplicitImports
The implicit imports that are added to all Kotlin DSL scripts.- Since:
- 9.2.0
-