Files
openide/plugins/kotlin/tests-compose/kotlin.tests-compose.iml
Sebastian Sellmair aa8d5cfbad [kotlin][compose] Move K2 compose test utils into separate module
IDEA-357987 Fixed

GitOrigin-RevId: 64658caf6da436bd9b7fd02dff0f1e62d7433141
2024-08-23 12:49:18 +00:00

17 lines
892 B
XML

<?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$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlin-reflect" level="project" />
<orderEntry type="module" module-name="intellij.platform.util" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.util" scope="TEST" />
<orderEntry type="module" module-name="intellij.java" scope="TEST" />
</component>
</module>