mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IJ-CR-146078 IJPL-209510 use kotlinx-serialization core and json product modules instead of jps lib (except fleet - no idea what to do)
GitOrigin-RevId: b74e1ac62eb7917aac3d5edb4bbfd2be2a4a191e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c7bba81306
commit
1b3c93d736
@@ -22,7 +22,7 @@ jvm_library(
|
||||
"//platform/util",
|
||||
"@lib//:fastutil-min",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"@lib//:kotlinx-serialization-core",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"//platform/syntax/syntax-psi:psi",
|
||||
],
|
||||
exports = [
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.util" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-serialization-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.syntax.psi" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user