Refactor and clean preloader project

This commit is contained in:
Ilya Chernikov
2017-09-11 13:06:15 +02:00
parent 1d56730538
commit 513ab08edd
11 changed files with 27 additions and 23 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ apply { plugin("kotlin") }
dependencies {
val compile by configurations
compile(commonDep("org.apache.ant", "ant"))
compile(project(":compiler:preloader"))
compile(project(":kotlin-preloader"))
compile(project(":kotlin-stdlib"))
buildVersion()
}