Closed wakaztahir closed 1 month ago
I am trying to create a release MSI which causes this exception in standard logs
Hi @wakaztahir !
According to the error message the problem occurs during class merging. As a workaround, you can try adding a keep rule to prevent merging the classes e.g.
-keep class compose.icons.fluentuiicons.filled.GifKt { *; }
Or disable class merging completely (see manual page):
-optimizations !class/merging/*
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
hitting this exception when proguard runs