Add missing artifact, fix some deps and publishing

Original commit: 46884bec84
This commit is contained in:
Ilya Chernikov
2017-09-10 22:25:59 +02:00
parent ec36f5761f
commit 3657e07cb7
+1 -1
View File
@@ -5,7 +5,7 @@ val compilerModules: Array<String> by rootProject.extra
dependencies {
compile(project(":kotlin-build-common"))
compile(project(":core"))
compile(project(":compiler:compiler-runner"))
compile(project(":kotlin-compiler-runner"))
compile(project(":compiler:daemon-common"))
compile(projectDist(":kotlin-daemon-client"))
compile(project(":compiler:frontend.java"))