I've written some tests for a class. When I try to...
# announcements
y
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?