Files
openide/plugins/junit/kotlin-tests-k2/intellij.junit.kotlin.tests.k2.iml
Bart van Helvert 8134aff6ea [junit] Run Kotlin JUnit tests on both K1 and K2 frontend
#IDEA-354809 Fixed

GitOrigin-RevId: 762f49182607ab12adee58053a76606f8a923cfa
2024-07-17 22:28:16 +00:00

15 lines
769 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="module" module-name="kotlin.plugin.k2" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.junit.kotlin.tests.shared" scope="TEST" />
<orderEntry type="module" module-name="kotlin.base.plugin" scope="TEST" />
</component>
</module>