[JS SCRIPTING] create evaluators for repl and scripting
This commit is contained in:
committed by
romanart
parent
24cfd0e88c
commit
9b4d92cc07
@@ -0,0 +1,22 @@
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
jvmTarget = "1.6"
|
||||
|
||||
dependencies {
|
||||
compile(project(":kotlin-scripting-common"))
|
||||
compile(project(":compiler:cli-common"))
|
||||
compile(project(":js:js.engines"))
|
||||
compile(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" { }
|
||||
}
|
||||
|
||||
publish()
|
||||
|
||||
standardPublicJars()
|
||||
Reference in New Issue
Block a user