Hey kotlin android experts, why do we need this: `...
# android
s
Hey kotlin android experts, why do we need this:
-keep class kotlin.** { *; }
in proguard configuration? I’m getting run time exception without this line in my instrumental android test.