Umair Javid
04/11/2018, 3:43 PMjava.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/jvm/functions/Function1;
I’m using this kotlin high order function:
feed {
clickAddGuests()
confirmToast()
}
fun feed(func: FeedScreenRobot.() -> Unit) { FeedScreenRobot().apply(func) }
I’ve already tried adding an exception for this in proguard but it didn’t help 😞