I developed my first (big) app in kotlin... now I'...
# android
d
I developed my first (big) app in kotlin... now I'm trying to enable Proguard (minifyEnabled) but nothing works... I get a
TypeNotPresentException
exception on data classes from GSon (i still didn't migrated all to Moshi) for example... Is there any guide about using proguard with kotlin?