build(ci): optimize release workflow and update Room configuration (#4775)

This commit is contained in:
James Rich 2026-03-12 22:46:01 -05:00 committed by GitHub
parent eb3349fa11
commit 0ed9b6633b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,11 @@
-dontwarn android.os.Parcel**
-dontwarn android.os.Parcelable**
-dontwarn com.squareup.wire.AndroidMessage**
-dontwarn io.ktor.**
-dontwarn io.ktor.**
# Suppress ProGuard notes about duplicate resource files (common in Compose Desktop)
-dontnote **
# Suppress specific reflection warnings that are safe to ignore
-dontwarn java.lang.reflect.**
-dontwarn sun.misc.Unsafe