Interface KotlinDslScriptModel
public interface KotlinDslScriptModel
Model for a Kotlin DSL script.
- Since:
- 6.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the class path.Returns the editor reports.Returns the exceptions.Returns the implicit imports.Returns the source path.
-
Method Details
-
getClassPath
-
getSourcePath
-
getImplicitImports
-
getEditorReports
-
getExceptions
-