Skip to content

Commit

Permalink
make desktop release to work with cam
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Mar 3, 2024
1 parent 053e136 commit 4eeadeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ compose.desktop {
buildTypes.release.proguard {
configurationFiles.from(project.file("compose-desktop.pro"))
isEnabled = true
optimize = true
optimize = false
obfuscate = false
}
}
Expand Down
2 changes: 2 additions & 0 deletions desktopApp/compose-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
-keepclasseswithmembers class kotlinx.serialization.cbor.** {
kotlinx.serialization.KSerializer serializer(...);
}
-keep class com.sun.jna.** { *; }
-keep class com.google.zxing.** { *; }

-dontwarn com.arkivanov.decompose.extensions.compose.pages.**
-dontwarn org.xml.sax.**
Expand Down

0 comments on commit 4eeadeb

Please sign in to comment.