IJPL-174575 NoClassDefFoundError (SkiaLayerAnalytics) fixed

GitOrigin-RevId: e3f857ead68d7a83671fbc308afa26de636fb23b
This commit is contained in:
Jakub Senohrabek
2025-01-07 20:08:48 +01:00
committed by intellij-monorepo-bot
parent 06ca1d1139
commit 7ba5938175
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>