META-INF.com.android.tools.proguard.moshi-metadata-reflect.pro Maven / Gradle / Ivy
# When editing this file, update the following files as well:
# - META-INF/com.android.tools/r8-from-1.6.0/moshi-metadata-reflect.pro
# - META-INF/com.android.tools/r8-upto-1.6.0/moshi-metadata-reflect.pro
# - META-INF/proguard/moshi-metadata-reflect.pro
# Keep Metadata annotations so they can be parsed at runtime.
-keep class kotlin.Metadata { *; }
# Keep default constructor marker name for lookup in signatures.
-keepnames class kotlin.jvm.internal.DefaultConstructorMarker
# Keep implementations of service loaded interfaces
-keep interface kotlinx.metadata.impl.extensions.MetadataExtensions
-keep class * implements kotlinx.metadata.impl.extensions.MetadataExtensions { public protected *; }
# Keep generic signatures and annotations at runtime.
-keepattributes Signature,RuntimeVisible*Annotations
© 2015 - 2025 Weber Informatics LLC | Privacy Policy