Skip to content

Commit 10fa401

Browse files
committed
proguard rule for reflection
1 parent bb52a1b commit 10fa401

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
##---------------Begin: proguard configuration for Ktor Client ----------
2+
3+
-keepclassmembers class io.ktor.client.engine.okhttp.OkHttpConfig {
4+
kotlin.jvm.functions.Function1 config;
5+
}
6+
7+
##---------------End: proguard configuration for Ktor Client ----------

0 commit comments

Comments
 (0)