mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[kotlin] Introduce 'kotlin.compose-all-tests.k2' for running tests with K2 & compose
IDEA-357987 GitOrigin-RevId: 169c62beb15cffc0284b44c7808e8a262718eb51
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b4c6adbc2c
commit
f016f60f86
@@ -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.*
|
||||
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user