mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 02:07:01 +05:30
app: switch from kotlinx to square
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
3641cd81cd
commit
623a9ffcb5
2 changed files with 6 additions and 18 deletions
13
app/proguard-rules.pro
vendored
13
app/proguard-rules.pro
vendored
|
@ -1,14 +1 @@
|
|||
-keepattributes *Annotation*, EnclosingMethod, InnerClasses
|
||||
-dontnote kotlinx.serialization.AnnotationsKt # core serialization annotations
|
||||
|
||||
-keep,includedescriptorclasses class dev.msfjarvis.lobsters.model.**$$serializer { *; }
|
||||
-keepclassmembers class dev.msfjarvis.lobsters.model.** {
|
||||
*** Companion;
|
||||
}
|
||||
-keepclasseswithmembers class dev.msfjarvis.lobsters.model.** {
|
||||
kotlinx.serialization.KSerializer serializer(...);
|
||||
}
|
||||
|
||||
# Inline-based optimizations cause reflection to fail within Ktor (from what I can tell), so we turn
|
||||
# this off for now.
|
||||
-dontoptimize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue