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
+3
View File
@@ -12,6 +12,9 @@ dependencies {
testCompile(projectTests(":generators:test-generator"))
testRuntime(project(":kotlin-reflect"))
testRuntime(intellijDep())
Platform[192].orHigher {
testRuntimeOnly(intellijPluginDep("java"))
}
}
sourceSets {