Skip to content

Commit

Permalink
optimize: proguard config
Browse files Browse the repository at this point in the history
  • Loading branch information
Greatwallcorner committed May 15, 2024
1 parent 5f455ff commit e06f455
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composeApp/src/desktopMain/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
-keep class com.corner.init.** {*;}
-keep class com.corner.server.** {*;}
-keep class cn.hutool.** {*;}
-keep class androidx.compose.** {*;}
# -keep class androidx.compose.** {*;}
-keep class androidx.compose.foundation.** {*;}
-keep class androidx.compose.material3.** {*;}
-keep class androidx.compose.ui.** {*;}
-keep class androidx.compose.runtime.** {*;}

-dontwarn org.jboss.marshalling.**
-dontwarn org.conscrypt.**
Expand Down

0 comments on commit e06f455

Please sign in to comment.