201: Update to 201.5985.32

This commit is contained in:
Nikolay Krasko
2020-03-04 12:26:07 +03:00
parent 7c86911f44
commit 1afd3d929a
14 changed files with 134 additions and 21 deletions
@@ -49,7 +49,11 @@ dependencies {
testRuntime(project(":kotlinx-serialization-ide-plugin"))
testRuntime(project(":plugins:lint"))
testRuntime(intellijPluginDep("junit"))
testRuntime(intellijPluginDep("IntelliLang"))
if (Platform[201].orHigher()) {
testRuntime(intellijPluginDep("platform-langInjection"))
} else {
testRuntime(intellijPluginDep("IntelliLang"))
}
testRuntime(intellijPluginDep("properties"))
testRuntime(intellijPluginDep("java-i18n"))
testRuntime(intellijPluginDep("gradle"))