JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.24k stars 1.11k forks source link

Move Proguard version from ProguardSettings.kt To Gradle version catalog #4946

Open ellet0 opened 2 weeks ago

ellet0 commented 2 weeks ago

This change is specific to Compose Desktop, when using Compose Desktop Gradle plugin to build the release version of the application

Move the Proguard version from ProguardSettings.kt to gradle/libs.versions.toml without any breaking change, this PR shouldn't affect the functionality, tests, or anything in any way

Testing

Describe how you tested your changes. If possible and needed:

Let me know if any additional changes are required or if I should move the Proguard version to gradle.properties, rename the default-proguard