KotlinDslScriptModel

Model for a Kotlin DSL script.

Since

6.0

Functions

Link copied to clipboard
abstract fun getClassPath(): List<File>
Returns the class path.
Link copied to clipboard
Returns the editor reports.
Link copied to clipboard
abstract fun getExceptions(): List<String>
Returns the exceptions.
Link copied to clipboard
abstract fun getImplicitImports(): List<String>
Returns the implicit imports.
Link copied to clipboard
abstract fun getSourcePath(): List<File>
Returns the source path.