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:
Jakub Senohrabek
2025-01-07 20:08:48 +01:00
committed by intellij-monorepo-bot
parent e2e921252b
commit a204341b17
3 changed files with 5 additions and 0 deletions

View File

@@ -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">

View File

@@ -1,2 +1,5 @@
<idea-plugin>
<dependencies>
<module name="intellij.libraries.skiko" />
</dependencies>
</idea-plugin>

View File

@@ -1,5 +1,6 @@
<idea-plugin>
<dependencies>
<module name="intellij.libraries.skiko"/>
<module name="intellij.libraries.compose.foundation.desktop"/>
</dependencies>
</idea-plugin>