Skip to content

Commit

Permalink
update iml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peva Blanchard committed Jan 10, 2024
1 parent d235978 commit f826612
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugin/ch.kleis.lcaac.plugin.iml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/../../kleis-intellij-community/out/production/ch.kleis.lcaac.plugin" />
<output-test url="file://$MODULE_DIR$/../../kleis-intellij-community/out/test/ch.kleis.lcaac.plugin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/kotlin" isTestSource="false" />
Expand Down Expand Up @@ -80,7 +82,7 @@
<orderEntry type="library" name="kotlin-reflect" level="project" />
<orderEntry type="library" name="jetbrains.kotlinx.multik.core.jvm" level="project" />
<orderEntry type="library" name="jetbrains.kotlinx.serialization.json" level="project" />
<orderEntry type="library" module-name="ch.kleis.lcaac.core" level="project"/>
<orderEntry type="library" name="ch.kleis.lcaac.core" level="project"/>
<orderEntry type="library" name="jaxb-api" level="project" />
</component>
</module>

0 comments on commit f826612

Please sign in to comment.