mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
extract util methods that implemented in Kotlin from projectModel-api module to a new module util-ex, move xmlSerializer.kt (and related code) to object-serializer module
* These methods implemented in Kotlin because because of using kotlin-only features or because Kotlin is a more suitable language. So, cannot be reimplemented in Java and moved to existing `util` module (this module is already bloated, but it is another topic). * There are modules that depends only `util-ex`, but on on `projectModel-api`. GitOrigin-RevId: c959763fb5b07abaf783ea4b1991b713bb3a1ad8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
31a8083c30
commit
fe966298a9
@@ -12,5 +12,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.projectModel" />
|
||||
<orderEntry type="library" name="kotlin-stdlib-jdk8" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.uast" exported="" />
|
||||
<orderEntry type="module" module-name="intellij.platform.objectSerializer" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user