You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jvm/basic/jvm-simple-script/host/src/main/kotlin/org/jetbrains/kotlin/script/examples/jvm/simple/host/host.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ fun evalFile(scriptFile: File): ResultWithDiagnostics<EvaluationResult> {
21
21
val compilationConfiguration = createJvmCompilationConfigurationFromTemplate<SimpleScript> {
22
22
jvm {
23
23
// configure dependencies for compilation, they should contain at least the script base class and
24
-
// its dependencise
24
+
// its dependencies
25
25
// variant 1: try to extract current classpath and take only a path to the specified "script.jar"
26
26
dependenciesFromCurrentContext(
27
27
"script"/* script library jar name (exact or without a version) */
0 commit comments