Fix embeddable compiler dependencies, fix dist task, use runtimeJar...

dependencies where appropriate, some helpers refactoring
This commit is contained in:
Ilya Chernikov
2017-09-19 14:28:43 +02:00
parent b7226951b6
commit d61695be55
10 changed files with 36 additions and 31 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ val packagesToRelocate =
dependencies {
val compile by configurations
compilerJar(projectDist(":kotlin-compiler"))
compilerJar(projectRuntimeJar(":kotlin-compiler"))
compile(project(":kotlin-stdlib"))
compile(project(":kotlin-script-runtime"))