mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
c38bfc64de
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
14 lines
493 B
Prolog
14 lines
493 B
Prolog
-dontwarn android.os.Parcel**
|
|
-dontwarn android.os.Parcelable**
|
|
-dontwarn com.squareup.wire.AndroidMessage**
|
|
-dontwarn io.ktor.**
|
|
|
|
# Room KMP: preserve generated database constructor (required for R8/ProGuard)
|
|
-keep class * extends androidx.room.RoomDatabase { <init>(); }
|
|
|
|
# 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 |