Skip to content

Commit a1bc99d

Browse files
authored
Fix Proguard config
1 parent 7b4cb5c commit a1bc99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose-desktop.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
-dontwarn org.jetbrains.jewel.intui.markdown.standalone.styling.extensions.**
3333

3434
-keep class org.jetbrains.jewel.ui** { *; }
35-
-dontnote class org.jetbrains.jewel.ui** { *; }
35+
-dontnote org.jetbrains.jewel.ui** { *; }
3636

3737
-dontnote org.jetbrains.jewel.foundation.lazy.**
3838
-dontwarn org.jetbrains.jewel.foundation.lazy.**

0 commit comments

Comments
 (0)