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
@@ -26,7 +26,7 @@ dependencies {
testCompile(project(":kotlin-runtime"))
testCompile(project(":kotlin-reflect"))
testCompile(projectTests(":compiler"))
testRuntime(project(":compiler:preloader"))
testRuntime(project(":kotlin-preloader"))
testRuntime(ideaSdkCoreDeps("*.jar"))
testRuntime(ideaSdkDeps("*.jar"))
}