Fix kotlin compiler tests in 192 (KT-32193)

#KT-32193 Fixed
This commit is contained in:
Nikolay Krasko
2019-07-22 18:43:45 +03:00
parent 3729c4e770
commit 58f294a757
6 changed files with 18 additions and 9 deletions
+4
View File
@@ -5,6 +5,10 @@ plugins {
dependencies {
testCompile(projectTests(":compiler"))
Platform[192].orHigher {
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testRuntimeOnly(intellijPluginDep("java"))
}
}
sourceSets {