Minor: Fix problem in IDE with @TestOnly annotation resolution

This commit is contained in:
Yan Zhulanow
2018-01-09 14:32:29 +09:00
parent 81aae03b57
commit 1c5cd1b3a0
+1 -1
View File
@@ -32,7 +32,7 @@ dependencies {
// compile(project(":kotlin-daemon-client")) { isTransitive = false }
compile(project(":kotlin-script-util")) { isTransitive = false }
compile(ideaSdkCoreDeps("intellij-core", "util"))
compile(ideaSdkCoreDeps("intellij-core", "util", "annotations"))
compileOnly(ideaSdkDeps("openapi", "idea", "velocity", "boot", "gson", "swingx-core", "jsr305", "forms_rt"))