File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 19
19
# If you keep the line number information, uncomment this to
20
20
# hide the original source file name.
21
21
#-renamesourcefileattribute SourceFile
22
-
23
- # Kotlin Coroutines
24
- # ServiceLoader support
25
- -keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
26
- -keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}
27
- -keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {}
28
- -keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {}
29
-
30
- # Most of volatile fields are updated with AFU and should not be mangled
31
- -keepclassmembernames class kotlinx.** {
32
- volatile <fields>;
33
- }
34
-
35
- # OkHttp
36
- # JSR 305 annotations are for embedding nullability information.
37
- -dontwarn javax.annotation.**
38
-
39
- # A resource is loaded with a relative path so the package of this class must be preserved.
40
- -keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
41
-
42
- # Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
43
- -dontwarn org.codehaus.mojo.animal_sniffer.*
44
-
45
- # OkHttp platform used only on JVM and when Conscrypt dependency is available.
46
- -dontwarn okhttp3.internal.platform.ConscryptPlatform
You can’t perform that action at this time.
0 commit comments