mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
app: tweak proguard rules to fix crash
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
276877119d
commit
d01a7e18a2
1 changed files with 3 additions and 7 deletions
10
app/proguard-rules.pro
vendored
10
app/proguard-rules.pro
vendored
|
@ -9,10 +9,6 @@
|
|||
kotlinx.serialization.KSerializer serializer(...);
|
||||
}
|
||||
|
||||
# Workaround for https://github.com/ktorio/ktor/issues/1354
|
||||
-keepclassmembers class io.ktor.** { volatile <fields>; }
|
||||
|
||||
# Workaround for https://github.com/Kotlin/kotlinx.coroutines/issues/1564
|
||||
-keepclassmembers class kotlinx.** {
|
||||
volatile <fields>;
|
||||
}
|
||||
# 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