mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +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,7 +28,7 @@ jvm_library(
|
||||
"//platform/code-style-impl:codeStyle-impl",
|
||||
"@lib//:fastutil-min",
|
||||
"@lib//:guava",
|
||||
"@lib//:kotlinx-serialization-core",
|
||||
"//libraries/kotlinx/serialization/core",
|
||||
],
|
||||
runtime_deps = [":syntax_resources"]
|
||||
)
|
||||
|
||||
@@ -45,6 +45,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.codeStyle.impl" />
|
||||
<orderEntry type="library" name="fastutil-min" level="project" />
|
||||
<orderEntry type="library" name="Guava" level="project" />
|
||||
<orderEntry type="library" name="kotlinx-serialization-core" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.core" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user