gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model.kotlin.dsl
/
KotlinDslScriptModel
Kotlin
Dsl
Script
Model
API
interface
KotlinDslScriptModel
(
source
)
Model for a Kotlin DSL script.
Since
6.0
Members
Functions
get
Class
Path
Link copied to clipboard
API
abstract
fun
getClassPath
(
)
:
List
<
File
>
get
Editor
Reports
Link copied to clipboard
API
abstract
fun
getEditorReports
(
)
:
List
<
EditorReport
>
get
Exceptions
Link copied to clipboard
API
abstract
fun
getExceptions
(
)
:
List
<
String
>
get
Implicit
Imports
Link copied to clipboard
API
abstract
fun
getImplicitImports
(
)
:
List
<
String
>
get
Source
Path
Link copied to clipboard
API
abstract
fun
getSourcePath
(
)
:
List
<
File
>