https://kotlinlang.org logo
y

yoavst

03/04/2017, 8:13 AM
I've written some tests for a class. When I try to run it, it crashes with
java.lang.NoSuchMethodError: com.ohelshem.app.PackageKt.toCalendar(J)Ljava/util/Calendar;
(referenced on the tested class). However, the application run without crash. Any idea?