Add kotlin-runtime to compiler classpath
This commit is contained in:
@@ -48,6 +48,7 @@ public class CompilerRunnerUtil {
|
|||||||
|
|
||||||
ArrayList<File> answer = new ArrayList<File>();
|
ArrayList<File> answer = new ArrayList<File>();
|
||||||
answer.add(new File(libs, "kotlin-compiler.jar"));
|
answer.add(new File(libs, "kotlin-compiler.jar"));
|
||||||
|
answer.add(new File(libs, "kotlin-runtime.jar"));
|
||||||
return answer;
|
return answer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user