IntelliJ project configuration: rename KotlinJavaRuntime library to kotlin-stdlib-jdk8

For clarity and consistency with artifactId and other Kotlin libraries.
This commit is contained in:
nik
2019-01-11 11:59:04 +03:00
parent f9f430a5d3
commit d2653869a5
57 changed files with 57 additions and 57 deletions

View File

@@ -10,7 +10,7 @@
<orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="module" module-name="intellij.java.psi" />
<orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
<orderEntry type="module" module-name="intellij.platform.uast" exported="" />
</component>
</module>