Add script runtime to ultimate project

This commit is contained in:
Ilya Chernikov
2016-10-11 22:41:08 +02:00
parent 846797ff61
commit d335aea682
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<component name="libraryTable">
<library name="kotlin-script-runtime">
<CLASSES>
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-script-runtime.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
+1
View File
@@ -14,6 +14,7 @@
<orderEntry type="library" scope="TEST" name="main-project-tests" level="project" />
<orderEntry type="library" name="kotlin-runtime" level="project" />
<orderEntry type="library" name="kotlin-reflect" level="project" />
<orderEntry type="library" name="kotlin-script-runtime" level="project" />
<orderEntry type="library" name="javax.inject" level="project" />
<orderEntry type="library" scope="PROVIDED" name="css-support" level="project" />
<orderEntry type="library" scope="PROVIDED" name="database-support" level="project" />