79277184

Date: 2024-12-13 03:56:17
Score: 1
Natty:
Report link

You should add configuration under compose.desktop ->application->

compose.desktop {
       application {
            buildTypes.release.proguard {
                obfuscate.set(true)
                configurationFiles.from(project.file("proguard-rules.pro"))
              }
          }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 宋敏超