Fix dependency for idea-fir module on 191 IDEA.

This commit is contained in:
Konstantin Tskhovrebov
2020-04-15 18:41:37 +03:00
parent f87f32c5a8
commit 73a6dc6d1e
+1 -1
View File
@@ -18,7 +18,7 @@ dependencies {
testCompileOnly(intellijDep())
testRuntime(intellijDep())
if (Ide.AS35.orLower()) {
if (Platform[191].orLower()) {
testRuntimeOnly(intellijPluginDep("Groovy"))
}
Platform[192].orHigher {