mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 00:57:02 +05:30
app: reinstate API wrapper to hide client implementation
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
5b77fdf54b
commit
276877119d
6 changed files with 75 additions and 23 deletions
8
app/proguard-rules.pro
vendored
8
app/proguard-rules.pro
vendored
|
@ -8,3 +8,11 @@
|
|||
-keepclasseswithmembers class dev.msfjarvis.lobsters.model.** {
|
||||
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>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue