kostaskougios/cloning

Issue with ProGuard

Opened this issue · 2 comments

Hello,

I'm using version 'uk.com.robust-it:cloning:1.9.9' and I'm getting the following warning when I enable ProGuard:
can't find referenced class com.rits.cloning.Cloner

I've tried adding: -keep class com.rits.cloning.** { *; } to no avail..

Any ideas?

Thanks,
Adrian

I am not sure how ProGuard works, is there a stacktrace for the issue?

Hi, in the end I was able to fix the issue by downgrading to 1.9.7...