Add scripting configuration to daemon repl, fix and add tests

This commit is contained in:
Ilya Chernikov
2019-02-06 13:11:14 +01:00
parent be95acd897
commit df0b648cea
3 changed files with 58 additions and 5 deletions
+1
View File
@@ -11,6 +11,7 @@ dependencies {
compile(project(":kotlin-build-common"))
compile(commonDep("org.fusesource.jansi", "jansi"))
compile(commonDep("org.jline", "jline"))
compileOnly(project(":kotlin-scripting-compiler"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }
}