mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
add jetbrains-annotations lib (the transitive dependency is not handled correctly by Bazel for some reason, anyway, it's better to explicitly specify all required dependencies
GitOrigin-RevId: ad37ac3335307c530597344f1fa9f7d54ae19c6b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cbb0841bf3
commit
e49ab50c9b
@@ -73,6 +73,7 @@
|
||||
<orderEntry type="library" scope="PROVIDED" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="hash4j" level="project" />
|
||||
<orderEntry type="library" name="netty-codec-protobuf" level="project" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
<orderEntry type="library" name="mvstore" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -35,5 +35,6 @@
|
||||
<orderEntry type="library" name="ASM" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="jetbrains-annotations" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user