2022-06-02 16:59:18 +00:00
|
|
|
-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation
|
|
|
|
|
|
|
|
-if @kotlinx.serialization.Serializable class **
|
|
|
|
-keepclassmembers class <1> {
|
|
|
|
static <1>$Companion Companion;
|
|
|
|
}
|
|
|
|
|
|
|
|
-if @kotlinx.serialization.Serializable class ** {
|
|
|
|
static **$* *;
|
|
|
|
}
|
|
|
|
-keepclassmembers class <2>$<3> {
|
|
|
|
kotlinx.serialization.KSerializer serializer(...);
|
|
|
|
}
|
|
|
|
|
|
|
|
-if @kotlinx.serialization.Serializable class ** {
|
|
|
|
public static ** INSTANCE;
|
|
|
|
}
|
|
|
|
-keepclassmembers class <1> {
|
|
|
|
public static <1> INSTANCE;
|
|
|
|
kotlinx.serialization.KSerializer serializer(...);
|
|
|
|
}
|
|
|
|
|
|
|
|
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault
|
|
|
|
|
2022-06-21 20:58:04 +00:00
|
|
|
-dontwarn org.bouncycastle.jsse.BCSSLParameters
|
|
|
|
-dontwarn org.bouncycastle.jsse.BCSSLSocket
|
|
|
|
-dontwarn org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
|
|
|
|
-dontwarn org.conscrypt.Conscrypt$Version
|
|
|
|
-dontwarn org.conscrypt.Conscrypt
|
|
|
|
-dontwarn org.conscrypt.ConscryptHostnameVerifier
|
|
|
|
-dontwarn org.openjsse.javax.net.ssl.SSLParameters
|
|
|
|
-dontwarn org.openjsse.javax.net.ssl.SSLSocket
|
|
|
|
-dontwarn org.openjsse.net.ssl.OpenJSSE
|
|
|
|
-dontwarn org.slf4j.impl.StaticLoggerBinder
|