rybalkinsd / kohttp

Kotlin DSL http client
https://kohttp.gitbook.io
Apache License 2.0
478 stars 42 forks source link

[android] Any suggestion for proguard rules? #142

Closed rraayy closed 4 years ago

rraayy commented 5 years ago

Hi,

Do you have any recommend proguard rules? I use below code

-keep class io.github.rybalkinsd.kohttp{ *; }

but got the error response

abstract method "java.lang.Object kotlin.jvm.functions.Function1.invoke(java.lang.Object)"
rybalkinsd commented 4 years ago

@rraayy Pls, check out kohttp:0.11.1. Probably your issue will be fixed

rybalkinsd commented 4 years ago

Proguard config will be addressed in #187