mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IJPL-174575 NoClassDefFoundError (SkiaLayerAnalytics) fixed
(cherry picked from commit e3f857ead68d7a83671fbc308afa26de636fb23b) (cherry picked from commit 38f78526dd04f10011439b3ab634733bf09c4ed7) IJ-MR-155570 GitOrigin-RevId: 098a026a056c8c3da9d27d27f3a3d2c0f2e13864
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e2e921252b
commit
a204341b17
@@ -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