Add release build support (MSI) with proguard disable because of Datastore
This commit is contained in:
parent
7af0c15a62
commit
b348f8a327
10 changed files with 75 additions and 25 deletions
12
composeApp/compose-desktop.pro
Normal file
12
composeApp/compose-desktop.pro
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
## Data Store old dependancies not removed properly.
|
||||
-dontwarn okio.AsyncTimeout$Watchdog
|
||||
|
||||
-keep class androidx.compose.runtime.** { *; }
|
||||
-keep class androidx.collection.** { *; }
|
||||
-keep class androidx.lifecycle.** { *; }
|
||||
|
||||
# We're excluding Material 2 from the project as we're using Material 3
|
||||
-dontwarn androidx.compose.material.**
|
||||
|
||||
# Kotlinx coroutines rules seems to be outdated with the latest version of Kotlin and Proguard
|
||||
-keep class kotlinx.coroutines.** { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue