gradle
Toggle table of contents
9.2.0-20250908004803+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model.dsl
/
KotlinDslBaseScriptModel
Kotlin
Dsl
Base
Script
Model
API
@
Incubating
interface
KotlinDslBaseScriptModel
(
source
)
This interface describes the Kotlin DSL specific part of
GradleDslBaseScriptModel
.
Since
9.2.0
Members
Functions
get
Compile
Class
Path
Link copied to clipboard
API
@
Incubating
abstract
fun
getCompileClassPath
(
)
:
List
<
File
>
The compilation classpath for Kotlin DSL scripts.
get
Implicit
Imports
Link copied to clipboard
API
@
Incubating
abstract
fun
getImplicitImports
(
)
:
List
<
String
>
The implicit imports that are added to all Kotlin DSL scripts.
get
Script
Templates
Class
Path
Link copied to clipboard
API
@
Incubating
abstract
fun
getScriptTemplatesClassPath
(
)
:
List
<
File
>
Classpath required to load Kotlin DSL script template classes.