gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.tooling.model.kotlin.dsl
/
KotlinDslScriptModel
Kotlin
Dsl
Script
Model
interface
KotlinDslScriptModel
Model for a Kotlin DSL script.
Members
Functions
get
Class
Path
Link copied to clipboard
abstract
fun
getClassPath
(
)
:
List
<
File
>
get
Editor
Reports
Link copied to clipboard
abstract
fun
getEditorReports
(
)
:
List
<
EditorReport
>
get
Exceptions
Link copied to clipboard
abstract
fun
getExceptions
(
)
:
List
<
String
>
get
Implicit
Imports
Link copied to clipboard
abstract
fun
getImplicitImports
(
)
:
List
<
String
>
get
Source
Path
Link copied to clipboard
abstract
fun
getSourcePath
(
)
:
List
<
File
>