mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-27 10:11:48 -04:00
11 lines
350 B
Prolog
11 lines
350 B
Prolog
-dontwarn android.os.Parcel**
|
|
-dontwarn android.os.Parcelable**
|
|
-dontwarn com.squareup.wire.AndroidMessage**
|
|
-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 |