IntelliJ project configuration: rename KotlinTest library to kotlin-test for consistency with artifactId

This commit is contained in:
nik
2019-01-11 11:29:11 +03:00
parent 6c2fee63c4
commit 9fcd4e3e6d
15 changed files with 15 additions and 15 deletions

View File

@@ -51,7 +51,7 @@
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
<orderEntry type="module" module-name="intellij.xml.analysis.impl" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="library" scope="TEST" name="KotlinTest" level="project" />
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
<orderEntry type="module" module-name="intellij.platform.builtInServer" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testExtensions" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.configurationStore.impl" scope="TEST" />