Skip to content

Commit

Permalink
Remove proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanCaiCoding committed Oct 14, 2021
1 parent 384e5c4 commit 954eb92
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions longan/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
-keepattributes *Annotation*, InnerClasses
-dontnote kotlinx.serialization.AnnotationsKt # core serialization annotations

# kotlinx-serialization-json specific. Add this if you have java.lang.NoClassDefFoundError kotlinx.serialization.json.JsonObjectSerializer
-keepclassmembers class kotlinx.serialization.json.** {
*** Companion;
}
-keepclasseswithmembers class kotlinx.serialization.json.** {
kotlinx.serialization.KSerializer serializer(...);
}

0 comments on commit 954eb92

Please sign in to comment.