mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 15:48:51 +00:00
13 lines
354 B
Prolog
13 lines
354 B
Prolog
# Ktor
|
|
-keep class io.ktor.** { *; }
|
|
-keepclassmembers class io.ktor.** { volatile <fields>; }
|
|
-keep class io.ktor.client.engine.cio.** { *; }
|
|
-keep class kotlinx.coroutines.** { *; }
|
|
-dontwarn kotlinx.atomicfu.**
|
|
-dontwarn io.netty.**
|
|
-dontwarn com.typesafe.**
|
|
-dontwarn org.slf4j.**
|
|
|
|
# Obfuscation breaks coroutines/ktor for some reason
|
|
-dontobfuscate
|