Reorganize builtins built and use in the projects

This commit is contained in:
Ilya Chernikov
2017-08-30 00:11:29 +03:00
parent d039d191f2
commit d89b53dfea
10 changed files with 14 additions and 85 deletions
-1
View File
@@ -7,7 +7,6 @@ apply {
jvmTarget = "1.6"
dependencies {
compile(project(":core:builtins"))
compile(projectDist(":kotlin-stdlib"))
}