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(...);
|
kotlinx.serialization.KSerializer serializer(...);
|
||||||
}
|
}
|
||||||
|
|
||||||
# Workaround for https://github.com/ktorio/ktor/issues/1354
|
# Inline-based optimizations cause reflection to fail within Ktor (from what I can tell), so we turn
|
||||||
-keepclassmembers class io.ktor.** { volatile <fields>; }
|
# this off for now.
|
||||||
|
-dontoptimize
|
||||||
# Workaround for https://github.com/Kotlin/kotlinx.coroutines/issues/1564
|
|
||||||
-keepclassmembers class kotlinx.** {
|
|
||||||
volatile <fields>;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue