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
@@ -28,8 +28,8 @@ jvm_library(
|
||||
"//platform/xdebugger-api:debugger",
|
||||
"//platform/core-ui",
|
||||
"//java/debugger/impl",
|
||||
"@lib//:kotlinx-serialization-core",
|
||||
"@lib//:kotlinx-serialization-json",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
"//jps/model-api:model",
|
||||
"//platform/lang-core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
@@ -63,8 +63,8 @@ jvm_library(
|
||||
"//platform/core-ui",
|
||||
"//java/debugger/impl",
|
||||
"//java/debugger/impl:impl_test_lib",
|
||||
"@lib//:kotlinx-serialization-core",
|
||||
"@lib//:kotlinx-serialization-json",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
"//libraries/kotlinx/serialization/json",
|
||||
"//jps/model-api:model",
|
||||
"//platform/lang-core",
|
||||
"//platform/projectModel-api:projectModel",
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.debugger" />
|
||||
<orderEntry type="module" module-name="intellij.platform.core.ui" />
|
||||
<orderEntry type="module" module-name="intellij.java.debugger.impl" />
|
||||
<orderEntry type="library" name="kotlinx-serialization-core" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-serialization-json" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.json" />
|
||||
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.core" />
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
|
||||
Reference in New Issue
Block a user