summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/general/DevKitProject/kotlinProject.ipr
blob: cacdb365adc8b9b85f4eee139cf40aefa501c5ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="CompilerConfiguration">
    <option name="DEFAULT_COMPILER" value="Javac" />
  </component>
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/kotlinProject.iml" filepath="$PROJECT_DIR$/kotlinProject.iml" />
    </modules>
  </component>
  <component name="ProjectRootManager"
             version="2"
             languageLevel="JDK_1_6"
             default="true"
             project-jdk-name="IntelliJ IDEA"
             project-jdk-type="IDEA JDK" >
    <output url="file://$PROJECT_DIR$/out" />
  </component>
</project>