Configuration: Set up Kotlin SDK (if necessary) on plugin startup

#KT-22590 Fixed
This commit is contained in:
Alexey Sedunov
2018-02-09 17:25:09 +03:00
parent 99fd66137c
commit e1aec46300
11 changed files with 88 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
</component>
</module>