do not export intellij.platform.jewel.foundation

(cherry picked from commit c073173728c5d325bee9f15cf7bc81a4d81ffce3)


(cherry picked from commit dc7b5507b1f2a82fc5816478758291944c91310e)

IJ-MR-155570

GitOrigin-RevId: 7485f9dcbe9c7a7ed4e9809f135dd22cde13f2ce
This commit is contained in:
Vladimir Krivosheev
2024-12-12 19:55:06 +01:00
committed by intellij-monorepo-bot
parent 770e01a255
commit 3d2f5e2cfa
3 changed files with 5 additions and 3 deletions

View File

@@ -30,6 +30,8 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.jewel.ui" />
<orderEntry type="module" module-name="intellij.platform.jewel.foundation" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />

View File

@@ -36,8 +36,8 @@
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.jewel.foundation" exported="" />
<orderEntry type="module" module-name="intellij.platform.jewel.ui" exported="" />
<orderEntry type="module" module-name="intellij.platform.jewel.foundation" />
<orderEntry type="module" module-name="intellij.platform.jewel.ui" />
<orderEntry type="module" module-name="intellij.libraries.skiko" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.projectModel" />
<orderEntry type="module" module-name="intellij.platform.projectModel.impl" />

View File

@@ -38,7 +38,7 @@
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.jewel.foundation" exported="" />
<orderEntry type="module" module-name="intellij.platform.jewel.foundation" />
<orderEntry type="module-library" exported="">
<library name="org.jetbrains.compose.components.components.resources" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.compose.components:components-resources:1.7.0">