[kotlin] Introduce 'kotlin.compose-all-tests.k2' for running tests with K2 & compose

IDEA-357987

GitOrigin-RevId: 169c62beb15cffc0284b44c7808e8a262718eb51
This commit is contained in:
Sebastian Sellmair
2024-08-22 11:25:31 +02:00
committed by intellij-monorepo-bot
parent b4c6adbc2c
commit f016f60f86
2 changed files with 13 additions and 0 deletions

View File

@@ -389,6 +389,9 @@ org.jetbrains.kotlin.idea.*.k2
org.jetbrains.fir.uast.test.*
org.jetbrains.kotlin.j2k.k2.*
[KOTLIN_COMPOSE_K2_TESTS]
org.jetbrains.kotlin.idea.compose.k2.*
[TARGETS_API_INTEGRATION_TESTS]
com.intellij.tests.targets.integration.*

View File

@@ -0,0 +1,10 @@
<?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$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="kotlin.jvm-debugger.test.compose.k2" scope="RUNTIME" />
</component>
</module>