toggle menu
gradle
8.11.1
API
switch theme
search in API
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
>