123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- -keepattributes SourceFile,LineNumberTable
- -keep class com.codeskraps.core.location.** { *; }
- -keep class com.codeskraps.core.location.di.** { *; }
- -keep class com.codeskraps.core.location.domain.** { *; }
- -keep class com.codeskraps.core.location.di.CoreLocationModule_ProvidesLocationTrackerFactory { *; }
- -keep class com.codeskraps.core.location.domain.LocationTracker { *; }
- -keep class com.codeskraps.core.location.di.** { *; }
- -keep class com.codeskraps.core.location.di.FeatureModuleKt { *; }
- -keepnames class com.codeskraps.core.location.** { *; }
- -keepnames class com.codeskraps.core.location.data.** { *; }
- -keepnames class com.codeskraps.core.location.domain.** { *; }
- -keepnames class com.codeskraps.core.location.di.** { *; }
- -keepattributes RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations, RuntimeVisibleTypeAnnotations
- -keepattributes *Annotation*
- -keepattributes Signature
- -keepattributes InnerClasses
- -keepattributes EnclosingMethod
- -keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
- -keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
- -dontwarn java.lang.invoke.StringConcatFactory
|