Add stdlib and reflect to Android test dependencies

This commit is contained in:
Mikhael Bogdanov
2018-10-24 09:59:43 +02:00
parent 1b2145af22
commit 2f2d056aff
+2
View File
@@ -11,6 +11,8 @@ dependencies {
compile(project(":compiler:cli"))
compile(project(":compiler:frontend"))
compile(project(":compiler:backend"))
compile(project(":kotlin-stdlib"))
compile(project(":kotlin-reflect"))
compile(projectTests(":compiler:tests-common"))
compile(commonDep("junit:junit"))
compileOnly(intellijDep()) { includeJars("openapi") }