Switch reflect to compiled core classes

This commit is contained in:
Ilya Chernikov
2017-08-30 12:39:13 +03:00
parent d89b53dfea
commit fd1b677904
11 changed files with 39 additions and 24 deletions
@@ -6,6 +6,7 @@ jvmTarget = "1.6"
dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(projectDist(":kotlin-stdlib"))
compile(projectDist(":kotlin-reflect"))
compile(preloadedDeps("kotlinx-coroutines-core"))
}