Fix main-kts dependencies after extracting scripting

This commit is contained in:
Ilya Chernikov
2019-04-23 12:44:49 +02:00
parent 4b8d9c8fdd
commit 917fc56f36
@@ -38,7 +38,8 @@ dependencies {
testCompile(project(it)) testCompile(project(it))
} }
compileOnly("org.apache.ivy:ivy:2.4.0") compileOnly("org.apache.ivy:ivy:2.4.0")
runtime(project(":kotlin-compiler")) runtime(project(":kotlin-compiler-embeddable"))
runtime(project(":kotlin-scripting-compiler-embeddable"))
runtime(project(":kotlin-reflect")) runtime(project(":kotlin-reflect"))
fatJarContents("org.apache.ivy:ivy:2.4.0") fatJarContents("org.apache.ivy:ivy:2.4.0")
fatJarContents(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false } fatJarContents(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }