KTIJ-23992 [kotlin] Rename allopen.common to allopen.common-k1

This better reflects the fact that all the services
from that module are actually strictly for K1

Note how the common module was not actually
used by corresponding `gradle` or `maven`
modules, so its common-ness is more about
plugin support required both for Gradle
and Maven projects

Also rename the test module because it seems
to be K1-specific also

This was a "low-hanging fruit" rename; the other
modules in the compiler plugins support are
more convoluted and require more work to be
properly organized

GitOrigin-RevId: 3f071ea918890a3f576d4e3f5a7fee7ee34bfecf
This commit is contained in:
Roman Golyshev
2023-12-13 22:23:44 +02:00
committed by intellij-monorepo-bot
parent 57763417b6
commit 245d4e4f20
12 changed files with 9 additions and 9 deletions

4
.idea/modules.xml generated
View File

@@ -1308,10 +1308,10 @@
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/code-insight/structural-search-k2/kotlin.code-insight.structural-search-k2.iml" filepath="$PROJECT_DIR$/plugins/kotlin/code-insight/structural-search-k2/kotlin.code-insight.structural-search-k2.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/code-insight/structural-search-k2/tests/kotlin.code-insight.structural-search-k2.tests.iml" filepath="$PROJECT_DIR$/plugins/kotlin/code-insight/structural-search-k2/tests/kotlin.code-insight.structural-search-k2.tests.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/code-insight/utils/kotlin.code-insight.utils.iml" filepath="$PROJECT_DIR$/plugins/kotlin/code-insight/utils/kotlin.code-insight.utils.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/common/kotlin.compiler-plugins.allopen.common.iml" filepath="$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/common/kotlin.compiler-plugins.allopen.common.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/common-k1/kotlin.compiler-plugins.allopen.common-k1.iml" filepath="$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/common-k1/kotlin.compiler-plugins.allopen.common-k1.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/gradle/kotlin.compiler-plugins.allopen.gradle.iml" filepath="$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/gradle/kotlin.compiler-plugins.allopen.gradle.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/maven/kotlin.compiler-plugins.allopen.maven.iml" filepath="$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/maven/kotlin.compiler-plugins.allopen.maven.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/tests/kotlin.compiler-plugins.allopen.tests.iml" filepath="$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/tests/kotlin.compiler-plugins.allopen.tests.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/tests-k1/kotlin.compiler-plugins.allopen.tests-k1.iml" filepath="$PROJECT_DIR$/plugins/kotlin/compiler-plugins/allopen/tests-k1/kotlin.compiler-plugins.allopen.tests-k1.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/compiler-plugins/android-extensions-stubs/kotlin.compiler-plugins.android-extensions-stubs.iml" filepath="$PROJECT_DIR$/plugins/kotlin/compiler-plugins/android-extensions-stubs/kotlin.compiler-plugins.android-extensions-stubs.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/compiler-plugins/assignment/common-k1/kotlin.compiler-plugins.assignment.common-k1.iml" filepath="$PROJECT_DIR$/plugins/kotlin/compiler-plugins/assignment/common-k1/kotlin.compiler-plugins.assignment.common-k1.iml" />
<module fileurl="file://$PROJECT_DIR$/plugins/kotlin/compiler-plugins/assignment/common/kotlin.compiler-plugins.assignment.common-k2.iml" filepath="$PROJECT_DIR$/plugins/kotlin/compiler-plugins/assignment/common/kotlin.compiler-plugins.assignment.common-k2.iml" />

View File

@@ -64,7 +64,7 @@ object KotlinPluginBuilder {
"kotlin.compiler-plugins.parcelize.k1",
"kotlin.compiler-plugins.parcelize.k2",
"kotlin.compiler-plugins.parcelize.gradle",
"kotlin.compiler-plugins.allopen.common",
"kotlin.compiler-plugins.allopen.common-k1",
"kotlin.compiler-plugins.allopen.gradle",
"kotlin.compiler-plugins.allopen.maven",
"kotlin.compiler-plugins.compiler-plugin-support.common",

View File

@@ -41,7 +41,7 @@
<orderEntry type="module" module-name="kotlin.project-wizard.core" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.project-wizard.compose" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.scripting-support" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.tests" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.tests-k1" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.noarg.tests" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.parcelize.tests.k1" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.kotlinx-serialization.tests" scope="RUNTIME" />

View File

@@ -18,7 +18,7 @@
<orderEntry type="module" module-name="kotlin.base.facet" />
<orderEntry type="module" module-name="kotlin.core" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.compiler-plugin-support.common" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common-k1" />
<orderEntry type="module" module-name="kotlin.test-framework" />
<orderEntry type="module" module-name="kotlin.gradle.gradle" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.uast.uast-kotlin" scope="RUNTIME" />

View File

@@ -63,7 +63,7 @@
<orderEntry type="module" module-name="kotlin.compiler-plugins.kotlinx-serialization.common" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.kotlinx-serialization.gradle" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.kotlinx-serialization.maven" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common-k1" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.gradle" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.maven" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.parcelize.common" scope="RUNTIME" />

View File

@@ -61,7 +61,7 @@
<orderEntry type="module" module-name="kotlin.code-insight.line-markers-k2" exported="" />
<orderEntry type="module" module-name="kotlin.refactorings.move.k2" exported="" />
<orderEntry type="module" module-name="kotlin.refactorings.rename.k2" exported="" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common" exported="" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common-k1" exported="" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.gradle" exported="" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.maven" exported="" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.compiler-plugin-support.common" exported="" />

View File

@@ -34,7 +34,7 @@
<orderEntry type="module" module-name="kotlin.maven" />
<orderEntry type="module" module-name="kotlin.tests-common" />
<orderEntry type="module" module-name="kotlin.test-framework" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common-k1" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.maven" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.noarg.common" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.noarg.maven" scope="RUNTIME" />

View File

@@ -45,7 +45,7 @@
<orderEntry type="module" module-name="kotlin.base.fe10.code-insight" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.base.fe10.obsolete-compat" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.base.fe10.project-structure" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.common-k1" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.gradle" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.allopen.maven" scope="RUNTIME" />
<orderEntry type="module" module-name="kotlin.compiler-plugins.compiler-plugin-support.common" scope="RUNTIME" />