Skip to content

Commit

Permalink
Disable proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Dec 3, 2023
1 parent d5f3a12 commit d4138e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ compose.desktop {
buildTypes.release.proguard {
version.set(libs.versions.proguard.get())
configurationFiles.from("proguard-rules.pro")
isEnabled = false
}

windows {
Expand Down

0 comments on commit d4138e4

Please sign in to comment.