Skip to content

Commit d2002c9

Browse files
committed
perf: rm ktor keep
1 parent fe6587d commit d2002c9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/proguard-rules.pro

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
-keep class li.songe.**{*;}
2323
-keep interface li.songe.**{*;}
2424

25-
# fix ktor error https://youtrack.jetbrains.com/issue/KTOR-7298
26-
# it may be the bug of agp
27-
-keep class io.ktor.server.** { *; }
28-
-keep class io.ktor.network.** { *; }
29-
-dontwarn com.sun.nio.**
30-
3125
-keepattributes *Annotation*,Signature,InnerClasses,EnclosingMethod
3226

3327
-keep, allowobfuscation, allowoptimization @kotlinx.serialization.Serializable class * {*;}
@@ -47,10 +41,6 @@
4741
@androidx.lifecycle.OnLifecycleEvent *;
4842
}
4943

50-
# https://github.com/ktorio/ktor/issues/379
51-
-keep class kotlin.reflect.jvm.internal.** { *; }
52-
-keep class io.ktor.serialization.kotlinx.json.KotlinxSerializationJsonExtensionProvider { *; }
53-
5444
# kotlin
5545
-keep class kotlin.** { *; }
5646
-keep class kotlin.Metadata { *; }

0 commit comments

Comments
 (0)