KotlinDslBaseScriptModel

This interface describes the Kotlin DSL specific part of GradleDslBaseScriptModel.

Since

9.2.0

Functions

Link copied to clipboard
abstract fun getCompileClassPath(): List<File>
The compilation classpath for Kotlin DSL scripts.
Link copied to clipboard
abstract fun getImplicitImports(): List<String>
The implicit imports that are added to all Kotlin DSL scripts.
Link copied to clipboard
abstract fun getScriptTemplatesClassPath(): List<File>
Classpath required to load Kotlin DSL script template classes.
Link copied to clipboard
abstract fun getTemplateClassNames(): List<String>
Template classes used for interpreting Kotlin DSL scripts.