Fix ultimate tests

This commit is contained in:
Ilya Chernikov
2017-09-19 23:56:50 +02:00
parent 0f199835a3
commit d9e0486061
+1
View File
@@ -68,6 +68,7 @@ dependencies {
testCompile(ideaUltimateSdkDeps("gson"))
testCompile(preloadedDeps("kotlinx-coroutines-core"))
testRuntime(projectDist(":kotlin-script-runtime"))
testRuntime(projectRuntimeJar(":kotlin-compiler"))
testRuntime(project(":plugins:android-extensions-ide")) { isTransitive = false }
testRuntime(project(":plugins:android-extensions-compiler")) { isTransitive = false }