mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-27 18:21:58 -04:00
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 |