Files
openide/plugins/devkit/devkit-kotlin-tests/intellij.devkit.kotlin.tests.iml
Andrey Cherkasov 620f8d70c9 [DevKit] Decompose NonFinalOrNonInternalExtensionClassInspection into Kotlin and non-Kotlin parts
IDEA-316510
IJ-CR-102810

GitOrigin-RevId: 8c8455ef6e027db50a8b8c9821abefd288ae3c87
2023-03-31 19:38:54 +00:00

21 lines
1.2 KiB
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$/testSrc" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/testData" type="java-test-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.devkit" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.devkit.testFramework" />
<orderEntry type="library" scope="TEST" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.devkit.java.tests" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.i18n" scope="TEST" />
<orderEntry type="module" module-name="intellij.devkit.themes" scope="TEST" />
<orderEntry type="module" module-name="intellij.kotlin.devkit" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
</component>
<component name="TestModuleProperties" production-module="intellij.kotlin.devkit" />
</module>