mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
IJPL-174575 NoClassDefFoundError (SkiaLayerAnalytics) fixed
GitOrigin-RevId: e3f857ead68d7a83671fbc308afa26de636fb23b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
06ca1d1139
commit
7ba5938175
@@ -7,6 +7,7 @@
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.skiko" />
|
||||
<orderEntry type="module-library" exported="">
|
||||
<library name="compose-foundation-desktop" type="repository">
|
||||
<properties maven-id="org.jetbrains.compose.foundation:foundation-desktop:1.7.1">
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
<idea-plugin>
|
||||
<dependencies>
|
||||
<module name="intellij.libraries.skiko" />
|
||||
</dependencies>
|
||||
</idea-plugin>
|
||||
@@ -1,5 +1,6 @@
|
||||
<idea-plugin>
|
||||
<dependencies>
|
||||
<module name="intellij.libraries.skiko"/>
|
||||
<module name="intellij.libraries.compose.foundation.desktop"/>
|
||||
</dependencies>
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user