Skip to content

Commit 0c7754b

Browse files
Expand keep rules for Ktor, Okio, and Kotlin coroutines
1 parent 0dd6210 commit 0c7754b

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

composeApp/proguard-rules.pro

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@
2828
-dontwarn java.lang.management.**
2929
-keep class java.lang.management.** { *; }
3030

31-
-keep class io.ktor.util.debug.** { *; }
31+
-keep class io.ktor.util.debug.** { *; }
32+
33+
-keep class io.** { *; }
34+
-keep class okio.** { *; }
35+
-keep class kotlinx.coroutines.** { *; }
36+
37+
-keep class io.ktor.client.network.sockets.** { *; }
38+
-keep class io.ktor.client.plugins.* { *; }
39+
-keep class io.ktor.util.* { *;}
40+
-keep class io.ktor.utils.io.* { *; }
41+
-keep class java.lang.management.* { *; }

0 commit comments

Comments
 (0)